X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/cc4532dee83d19baf79b35fadf7064b9b5c3948a..1660465f3e072cbddc19b19f7f8869affb0694c5:/test/unit/election_test.rb diff --git a/test/unit/election_test.rb b/test/unit/election_test.rb new file mode 100644 index 0000000..60663cf --- /dev/null +++ b/test/unit/election_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class ElectionTest < Test::Unit::TestCase + fixtures :elections + + # Replace this with your real tests. + def test_truth + assert_kind_of Election, elections(:first) + end +end