Add the VideoPolicy model, to hold all the base prices and periods
[cs356-p2-videostore.git] / test / unit / video_policy_test.rb
diff --git a/test/unit/video_policy_test.rb b/test/unit/video_policy_test.rb
new file mode 100644 (file)
index 0000000..a41340d
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class VideoPolicyTest < Test::Unit::TestCase
+  fixtures :video_policies
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end