Major changes in this commit over include work over several days but that was never...
[selectricity] / test / unit / token_test.rb
diff --git a/test/unit/token_test.rb b/test/unit/token_test.rb
new file mode 100644 (file)
index 0000000..1c3820e
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class TokenTest < Test::Unit::TestCase
+  fixtures :tokens
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end

Benjamin Mako Hill || Want to submit a patch?