X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c65b1e11059c5cf510b54c785d4a246215058f70..6aacfa3b17f012fbdaa191a89af9fc51d7250d79:/test/unit/election_test.rb diff --git a/test/unit/election_test.rb b/test/unit/election_test.rb index 60663cf..90a2d4f 100644 --- a/test/unit/election_test.rb +++ b/test/unit/election_test.rb @@ -1,10 +1,7 @@ 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) + def test_default + assert true end end