Sha256: 10990aba11e1ec51e7b78b357e2a2a1f606b4fca0470c0f63125ebb8ec509f90

Contents?: true

Size: 156 Bytes

Versions: 10

Compression:

Stored size: 156 Bytes

Contents

require 'faker/name'

FactoryGirl.define do
  factory :client do
    firstname { Faker::Name.first_name }
    lastname { Faker::Name.last_name }
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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