Big commit includes:
[selectricity] / test / unit / candidate_test.rb
index b640f0c17fe662a7bcb9d19196b4df4cc57252df..86d190ef661c4ab92147d548c6382aa7277629f7 100644 (file)
@@ -1,10 +1,8 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
 class CandidateTest < Test::Unit::TestCase
-  fixtures :candidates
 
-  # Replace this with your real tests.
-  def test_truth
-    assert_kind_of Candidate, candidates(:first)
+  def test_default
+    assert true
   end
 end

Benjamin Mako Hill || Want to submit a patch?