Functional tests now work properly, bearing in mind whether a user is logged in or...
[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: 19.99