fixed up kiosk mode
[selectricity] / test / unit / candidate_test.rb
old mode 100755 (executable)
new mode 100644 (file)
index b640f0c..86d190e
@@ -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?