Variety of improvements and additions:
[selectricity-live] / test / unit / vote_test.rb
diff --git a/test/unit/vote_test.rb b/test/unit/vote_test.rb
new file mode 100644 (file)
index 0000000..1baaa1b
--- /dev/null
@@ -0,0 +1,10 @@
+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

Benjamin Mako Hill || Want to submit a patch?