Added initial support fo QuickVotes. There is support for the creation
[selectricity] / 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 (file)
index 0000000..5846db2
--- /dev/null
@@ -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

Benjamin Mako Hill || Want to submit a patch?