X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=test%2Funit%2Fgameplatform_test.rb;fp=test%2Funit%2Fgameplatform_test.rb;h=a796e92eaa7dadac3c1946e8f4fc2484d8c90c28;hb=f96a0f6949f29078cd2c5e3c81d3ac48ac710fbe;hp=0000000000000000000000000000000000000000;hpb=2818e8becfb6a257df623713d507f0994d5cc278;p=cs356-p2-videostore.git diff --git a/test/unit/gameplatform_test.rb b/test/unit/gameplatform_test.rb new file mode 100644 index 0000000..a796e92 --- /dev/null +++ b/test/unit/gameplatform_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class GameplatformTest < Test::Unit::TestCase + fixtures :gameplatforms + + # Replace this with your real tests. + def test_truth + assert true + end +end