Sha256: 9bc6104969718278552dc420402d247086929d6c643f08b625db6c9ba16f8919

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

FactoryGirl.define do
  factory :example do
    foo { Faker::Lorem.word }
    bar { Faker::Lorem.word }
    baz { Faker::Lorem.word }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
terrain-0.0.3 spec/support/example_factory.rb
terrain-0.0.2 spec/support/example_factory.rb
terrain-0.0.1 spec/support/example_factory.rb