Big commit includes:
author<mako@atdot.cc> <>
Thu, 23 Aug 2007 19:45:11 +0000 (15:45 -0400)
committer<mako@atdot.cc> <>
Thu, 23 Aug 2007 19:45:11 +0000 (15:45 -0400)
commit905cf65f6b3e8acc894c268c3bf729e7b0c76292
tree263d96ddbead7bb9604a78e30826b4a0df33b576
parent823d530ba46c1fb3518c4deef0081738503837eb
Big commit includes:

 * A bunch of cleanup of the unit tests.
 * Addition of fixtures for elections and candidates.
 * Cleanup of the selectricitservice model.
 * Additional tweaks for testing including addition of ruby-debug for
   testing.
14 files changed:
app/controllers/quickvote_controller.rb
app/models/election.rb
app/models/quick_vote.rb
app/models/selectricity_service.rb
app/views/quickvote/_candidate_list.rhtml
app/views/quickvote/create.rhtml
config/environments/test.rb
test/fixtures/candidates.yml
test/fixtures/elections.yml
test/functional/quickvote_controller_test.rb
test/unit/candidate_test.rb
test/unit/election_test.rb
test/unit/quickvote_test.rb
test/unit/selectricityservice_test.rb

Benjamin Mako Hill || Want to submit a patch?