summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/bazaar_orders.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/bazaar_orders.yml b/test/fixtures/bazaar_orders.yml
new file mode 100644
index 0000000..9245a91
--- /dev/null
+++ b/test/fixtures/bazaar_orders.yml
@@ -0,0 +1,15 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ character: one
+ item: one
+ quantity: 1
+ price_each: 1
+ buy_order: false
+
+two:
+ character: two
+ item: two
+ quantity: 1
+ price_each: 1
+ buy_order: false