X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c1f049541fe6ae41860d1bd76336761c10ca483c..7c494fa07a6281519209e22c44a2ee768a55e3cf:/test/unit/vote_test.rb diff --git a/test/unit/vote_test.rb b/test/unit/vote_test.rb deleted file mode 100644 index 1baaa1b..0000000 --- a/test/unit/vote_test.rb +++ /dev/null @@ -1,10 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' - -class VotesTest < Test::Unit::TestCase - fixtures :votes - - # Replace this with your real tests. - def test_truth - assert_kind_of Votes, votes(:first) - end -end