summaryrefslogtreecommitdiff
path: root/test/fixtures/bazaar_orders.yml
blob: 9245a914f8185be052c78054dfddb047973fa527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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