Sha256: b02351e63aa18686e2f33b7fb04323a404eb64d2341a639c3834f07e44baeda4

Contents?: true

Size: 125 Bytes

Versions: 28

Compression:

Stored size: 125 Bytes

Contents

Factory.define :user do |u|
  u.sequence(:name) { |n| "User #{ n }" }
  u.sequence(:email) { |n| "user#{ n }@user.com" }
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
mailboxer-0.6.2 spec/factories/user.rb
mailboxer-0.6.1 spec/factories/user.rb
mailboxer-0.6.0 spec/factories/user.rb
mailboxer-0.5.5 spec/factories/user.rb
mailboxer-0.5.4 spec/factories/user.rb
mailboxer-0.5.3 spec/factories/user.rb
mailboxer-0.5.2 spec/factories/user.rb
mailboxer-0.5.1 spec/factories/user.rb
mailboxer-0.5.0 spec/factories/user.rb
mailboxer-0.4.3 spec/factories/user.rb
mailboxer-0.4.2 spec/factories/user.rb
mailboxer-0.4.1 spec/factories/user.rb
mailboxer-0.4.0 spec/factories/user.rb
mailboxer-0.3.3 spec/factories/user.rb
mailboxer-0.3.2 spec/factories/user.rb
mailboxer-0.3.1 spec/factories/user.rb
mailboxer-0.3.0 spec/factories/user.rb
mailboxer-0.2.5 spec/factories/user.rb
mailboxer-0.2.4 spec/factories/user.rb
mailboxer-0.2.3 spec/factories/user.rb