Variety of improvements and additions:
[selectricity] / test / unit / ranking_test.rb
diff --git a/test/unit/ranking_test.rb b/test/unit/ranking_test.rb
new file mode 100644 (file)
index 0000000..2e44da8
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class RankingTest < Test::Unit::TestCase
+  fixtures :rankings
+
+  # Replace this with your real tests.
+  def test_truth
+    assert_kind_of Ranking, rankings(:first)
+  end
+end

Benjamin Mako Hill || Want to submit a patch?