Add RentablePolicy, to get set up for adding policies
[cs356-p2-videostore.git] / test / unit / rentable_policy_test.rb
diff --git a/test/unit/rentable_policy_test.rb b/test/unit/rentable_policy_test.rb
new file mode 100644 (file)
index 0000000..c58fc1e
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class RentablePolicyTest < Test::Unit::TestCase
+  fixtures :rentable_policies
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end