Sha256: b18bf596300291988617e931dc24e19ff23a0a2ffb0d557a30eaa5a3407baeab
Contents?: true
Size: 246 Bytes
Versions: 18
Compression:
Stored size: 246 Bytes
Contents
Fabricator :post do title { Forgery::LoremIpsum.sentence } body { Forgery::LoremIpsum.paragraphs 3 } end Fabricator :post_with_categories, :from => :post do categories!(:count => 2) { |post, i| Fabricate(:category, :posts => [post]) } end
Version data entries
18 entries across 18 versions & 1 rubygems