Sha256: 168bbefea4a2c8232cc48fad6627b914f0dcd08ddaa550ecde0148517935f87d

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

<% 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
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.5.0 db/sample/orders.yml
spree-0.5.1 db/sample/orders.yml