Sha256: a2d520ce8a46e62f618fe8aa587a81bbc9fa3ed9adebf7d24abb0ed4e8804b8f

Contents?: true

Size: 326 Bytes

Versions: 9

Compression:

Stored size: 326 Bytes

Contents

<%
require 'faker'
1.upto(500) do |i|
email = Faker::Internet.email
%>
user_<%= i %>:
  email: <%= email %>
  login: <%= email %>
  salt: 54340fb3737c0d1af17fe73b02d50f4350618c76
  crypted_password: 5531faf8d0c82af323af307cf8aebcf4499af3a8
  ship_address: ship_address_<%= i %>
  bill_address: bill_address_<%= i %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree-0.11.4 db/sample/users.yml
spree-0.11.3 db/sample/users.yml
spree-0.11.2 db/sample/users.yml
spree-0.11.1 db/sample/users.yml
spree-0.11.0 db/sample/users.yml
spree-0.10.2 db/sample/users.yml
spree-0.10.1 db/sample/users.yml
spree-0.10.0 db/sample/users.yml
spree-0.10.0.beta db/sample/users.yml