Sha256: 60dcc7e414dc487eff804fc6b5a0b39a9ba11e77df93bffadce2dfbcf6cfb05a

Contents?: true

Size: 126 Bytes

Versions: 8

Compression:

Stored size: 126 Bytes

Contents

FactoryGirl.define do
  factory :whatzit do
    name { Faker::Name.name }
    description { Faker::Lorem.sentence }
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.11 spec/factories/whatzit.rb
bootstrap_leather-0.10.10 spec/factories/whatzit.rb
bootstrap_leather-0.10.9 spec/factories/whatzit.rb
bootstrap_leather-0.10.8 spec/factories/whatzit.rb
bootstrap_leather-0.10.7 spec/factories/whatzit.rb
bootstrap_leather-0.10.6 spec/factories/whatzit.rb
bootstrap_leather-0.10.5 spec/factories/whatzit.rb
bootstrap_leather-0.10.4 spec/factories/whatzit.rb