Add Bitem (bought items) MVC
[cs356-p2-videostore.git] / test / unit / bitem_test.rb
diff --git a/test/unit/bitem_test.rb b/test/unit/bitem_test.rb
new file mode 100644 (file)
index 0000000..966a42b
--- /dev/null
@@ -0,0 +1,10 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class BitemTest < Test::Unit::TestCase
+  fixtures :bitems
+
+  # Replace this with your real tests.
+  def test_truth
+    assert true
+  end
+end