X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=test%2Funit%2Fmedia_test.rb;fp=test%2Funit%2Fmedia_test.rb;h=38837274677810b6456a4a9e5fcfb3930c28841c;hb=42bfb060c3d3d661486f94ce7a8f8c12cf452399;hp=0000000000000000000000000000000000000000;hpb=4ab6702d5ac0ec4541e8a724ab5e4409630b5546;p=cs356-p2-videostore.git diff --git a/test/unit/media_test.rb b/test/unit/media_test.rb new file mode 100644 index 0000000..3883727 --- /dev/null +++ b/test/unit/media_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class MediaTest < Test::Unit::TestCase + fixtures :medias + + # Replace this with your real tests. + def test_truth + assert true + end +end