Big commit includes:
[selectricity] / test / unit / election_test.rb
index 60663cfc7d477fa4e4fbf5db66138e2e065ef986..90a2d4faa7fcea1870c2457e28ed10dd7b212407 100644 (file)
@@ -1,10 +1,7 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
 class ElectionTest < Test::Unit::TestCase
-  fixtures :elections
-
-  # Replace this with your real tests.
-  def test_truth
-    assert_kind_of Election, elections(:first)
+  def test_default
+    assert true
   end
 end

Benjamin Mako Hill || Want to submit a patch?