summaryrefslogtreecommitdiff
path: root/test/models/bazaar_order_test.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-23 17:06:34 -0400
committerDavid Gay <david@davidgay.org>2021-05-23 17:06:34 -0400
commitaba212e13062c43a1192ef885b05145ac1cc9fe7 (patch)
tree61e3850ec0c86913a7e2d42076bcd73aa59f480a /test/models/bazaar_order_test.rb
parent44facc2e567eb3c045ce082428f42276e45b0202 (diff)
Bazaar with buy orders, sell orders, and order cancellation
Diffstat (limited to 'test/models/bazaar_order_test.rb')
-rw-r--r--test/models/bazaar_order_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/bazaar_order_test.rb b/test/models/bazaar_order_test.rb
new file mode 100644
index 0000000..d65862b
--- /dev/null
+++ b/test/models/bazaar_order_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class BazaarOrderTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end