X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=test%2Funit%2Fvideo_policy_test.rb;fp=test%2Funit%2Fvideo_policy_test.rb;h=a41340d3c21ad068cc985d7a3976d7fd47e9e0f6;hb=09ddd1ef5546ec679c832c7cefb93f00125c96c6;hp=0000000000000000000000000000000000000000;hpb=93daca12cd904df11a8faadda08e487e9a4de8b7;p=cs356-p2-videostore.git diff --git a/test/unit/video_policy_test.rb b/test/unit/video_policy_test.rb new file mode 100644 index 0000000..a41340d --- /dev/null +++ b/test/unit/video_policy_test.rb @@ -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