Sha256: a4c9cbb90e6807e9144665243dad397ae116741a39085eaf0e5afeab3ad57905

Contents?: true

Size: 324 Bytes

Versions: 6

Compression:

Stored size: 324 Bytes

Contents

Factory.define(:user) do |record|
  record.email { Faker::Internet.email }
  record.login { Faker::Internet.user_name }
  record.password "spree"
  record.password_confirmation "spree"

  #record.bill_address { Factory(:address) }
  #record.ship_address { Factory(:address) }
end

###### ADD YOUR CODE BELOW THIS LINE #####

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 test/factories/user_factory.rb
spree-0.9.4 test/factories/user_factory.rb
spree-0.9.3 test/factories/user_factory.rb
spree-0.9.2 test/factories/user_factory.rb
spree-0.9.1 test/factories/user_factory.rb
spree-0.9.0 test/factories/user_factory.rb