fixed a typo in election controller in the edit_general_information method.
[selectricity] / test / unit / candidate_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class CandidateTest < Test::Unit::TestCase
4
5   def test_default
6     assert true
7   end
8 end

Benjamin Mako Hill || Want to submit a patch?