X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..6aacfa3b17f012fbdaa191a89af9fc51d7250d79:/test/unit/election_test.rb diff --git a/test/unit/election_test.rb b/test/unit/election_test.rb old mode 100755 new mode 100644 index 60663cf..90a2d4f --- 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