Sha256: b725746a280baac3ee863b1223e01c45c9586884d776dbcc2d7a8d377023aa3c

Contents?: true

Size: 192 Bytes

Versions: 10

Compression:

Stored size: 192 Bytes

Contents

require 'faker/name'

FactoryGirl.define do
  factory :manager do
    firstname { Faker::Name.first_name }
    lastname  { Faker::Name.last_name }
    managable { build(:product) }
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iord-1.2.2 test/factories/manager.rb
iord-1.2.1 test/factories/manager.rb
iord-1.2.0 test/factories/manager.rb
iord-1.1.3 test/factories/manager.rb
iord-1.1.2 test/factories/manager.rb
iord-1.1.1 test/factories/manager.rb
iord-1.1.0 test/factories/manager.rb
iord-1.0.3 test/factories/manager.rb
iord-1.0.2 test/factories/manager.rb
iord-1.0.1 test/factories/manager.rb