Sha256: ab3e4b0017695599e73c58f979cafcb1bbcdc1a76e6c260168a87304b247b9fb
Contents?: true
Size: 191 Bytes
Versions: 9
Compression:
Stored size: 191 Bytes
Contents
FactoryGirl.define do factory :post do name { Forgery::LoremIpsum.words(10) } teaser { Forgery::LoremIpsum.words(30) } content { Forgery::LoremIpsum.paragraphs(5) } end end
Version data entries
9 entries across 9 versions & 1 rubygems