db/sample/orders.yml in spree-0.5.1 vs db/sample/orders.yml in spree-0.6.0

- old
+ new

@@ -1,12 +1,12 @@ -<% 1.upto(30) do |i| %> -order_<%= i %>: - user: frank - number: <%= Array.new(9){rand(9)}.join %> - state: authorized - ship_amount: 5.00 - tax_amount: 2.78 - item_total: 37.97 - total: 45.75 - ip_address: 127.0.0.1 - checkout_complete: true +<% 1.upto(30) do |i| %> +order_<%= i %>: + user: frank + number: <%= Array.new(9){rand(9)}.join %> + state: new + ship_amount: 5.00 + tax_amount: 2.78 + item_total: 37.97 + total: 45.75 + ip_address: 127.0.0.1 + checkout_complete: true <% end %> \ No newline at end of file