Removed crufty testcases that fail. Will rewrite them
[selectricity] / test / unit / raw_voter_list_test.rb
diff --git a/test/unit/raw_voter_list_test.rb b/test/unit/raw_voter_list_test.rb
deleted file mode 100644 (file)
index 3ed0984..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require File.dirname(__FILE__) + '/../test_helper'
-
-class RawVoterListTest < Test::Unit::TestCase
-  fixtures :raw_voter_lists
-
-  # Replace this with your real tests.
-  def test_truth
-    assert_kind_of RawVoterList, raw_voter_lists(:first)
-  end
-end

Benjamin Mako Hill || Want to submit a patch?