X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/test/unit/voter_test.rb diff --git a/test/unit/voter_test.rb b/test/unit/voter_test.rb new file mode 100644 index 0000000..0b41048 --- /dev/null +++ b/test/unit/voter_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class VoterTest < Test::Unit::TestCase + fixtures :voters + + # Replace this with your real tests. + def test_truth + assert_kind_of Voter, voters(:first) + end +end