Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / test / unit / user_test.rb
diff --git a/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/test/unit/user_test.rb
new file mode 100644 (file)
index 0000000..5468f7a
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class UserTest < Test::Unit::TestCase
+  fixtures :users
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end