X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/823d530ba46c1fb3518c4deef0081738503837eb..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/test/unit/candidate_test.rb diff --git a/test/unit/candidate_test.rb b/test/unit/candidate_test.rb index b640f0c..86d190e 100644 --- a/test/unit/candidate_test.rb +++ b/test/unit/candidate_test.rb @@ -1,10 +1,8 @@ require File.dirname(__FILE__) + '/../test_helper' class CandidateTest < Test::Unit::TestCase - fixtures :candidates - # Replace this with your real tests. - def test_truth - assert_kind_of Candidate, candidates(:first) + def test_default + assert true end end