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