X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..57886e0afdac6da60651284daee1e088feb14537:/test/unit/candidate_test.rb diff --git a/test/unit/candidate_test.rb b/test/unit/candidate_test.rb old mode 100755 new mode 100644 index b640f0c..86d190e --- 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