]> projects.mako.cc - selectricity-live/blob - test/unit/election_test.rb
Added a check to make sure a voter has a valid email address before attempting ot...
[selectricity-live] / test / unit / election_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class ElectionTest < Test::Unit::TestCase
4   def test_default
5     assert true
6   end
7 end

Benjamin Mako Hill || Want to submit a patch?