ab7fc8580ea8c700eff7d0803da52545a0455932
[depot.git] / test / fixtures / line_items.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3 one:
4 product_id: 1
5 order_id: 1
6 quantity: 1
7 total_price: 9.99
8
9 two:
10 product_id: 1
11 order_id: 1
12 quantity: 1
13 total_price: 9.99