Moved to Netbeans 6.5. Started order creation
[depot.git] / test / fixtures / line_items.yml
diff --git a/test/fixtures/line_items.yml b/test/fixtures/line_items.yml
new file mode 100644 (file)
index 0000000..ab7fc85
--- /dev/null
@@ -0,0 +1,13 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+
+one:
+  product_id: 1
+  order_id: 1
+  quantity: 1
+  total_price: 9.99
+
+two:
+  product_id: 1
+  order_id: 1
+  quantity: 1
+  total_price: 9.99