Big commit includes:
[selectricity] / test / unit / election_test.rb
old mode 100755 (executable)
new mode 100644 (file)
index 60663cf..90a2d4f
@@ -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?