Sha256: 3df9f651c0394d9f34e614b378906409902fc7ec64e3bfd8f164186611067a44

Contents?: true

Size: 370 Bytes

Versions: 7

Compression:

Stored size: 370 Bytes

Contents

<% 1.upto(30) do |i| %>
order_<%= i %>:
  user: frank
  number: <%= "R#{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 
  ship_address: frank_ship_address_<%= i %>
  bill_address: frank_bill_address_<%= i %>
  email: frank.foo@example.com
<% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 db/sample/orders.yml
spree-0.8.4 db/sample/orders.yml
spree-0.8.5 db/sample/orders.yml
spree-0.8.0 db/sample/orders.yml
spree-0.8.1 db/sample/orders.yml
spree-0.8.2 db/sample/orders.yml
spree-0.8.3 db/sample/orders.yml