Added a series of files so that elections can be created and edited and
[selectricity-live] / test / unit / voter_test.rb
diff --git a/test/unit/voter_test.rb b/test/unit/voter_test.rb
new file mode 100644 (file)
index 0000000..0b41048
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class VoterTest < Test::Unit::TestCase
+  fixtures :voters
+
+  # Replace this with your real tests.
+  def test_truth
+    assert_kind_of Voter, voters(:first)
+  end
+end

Benjamin Mako Hill || Want to submit a patch?