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