X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fd484b33a3920e0031007c5c2f1dec61913cbab5..d207da8dfc3f315f7758d1f5307c700ce4c25156:/test/unit/quick_vote_test.rb diff --git a/test/unit/quick_vote_test.rb b/test/unit/quick_vote_test.rb new file mode 100644 index 0000000..5846db2 --- /dev/null +++ b/test/unit/quick_vote_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class QuickVoteTest < Test::Unit::TestCase + fixtures :quick_votes + + # Replace this with your real tests. + def test_truth + assert true + end +end