Sha256: ff360cbfe3ed58e43bf8de47b3e3231df87e74beea3cffbe3266dd41185f005e
Contents?: true
Size: 194 Bytes
Versions: 3
Compression:
Stored size: 194 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :project do name { Faker::Name.title } content { Faker::Lorem.paragraph } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
select2_helper-0.2.1 | test/dummy/test/factories/projects.rb |
select2_helper-0.2.0 | test/dummy/test/factories/projects.rb |
select2_helper-0.1.4 | test/dummy/test/factories/projects.rb |