Added a series of files so that elections can be created and edited and
[selectricity-live] / test / unit / candidate_test.rb
diff --git a/test/unit/candidate_test.rb b/test/unit/candidate_test.rb
new file mode 100644 (file)
index 0000000..b640f0c
--- /dev/null
@@ -0,0 +1,10 @@
+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)
+  end
+end

Benjamin Mako Hill || Want to submit a patch?