In the middle of adding custom theme supports. Skin_pictures table added to store...
[selectricity] / test / unit / skin_picture_test.rb
diff --git a/test/unit/skin_picture_test.rb b/test/unit/skin_picture_test.rb
new file mode 100644 (file)
index 0000000..ec95ba4
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class SkinPictureTest < Test::Unit::TestCase
+  fixtures :skin_pictures
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end

Benjamin Mako Hill || Want to submit a patch?