Sha256: 275e9443745c5f61e4f10c63ca8b65ea49d3baa92b62390d78dfffe195d85e2e
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 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) } end
Version data entries
4 entries across 4 versions & 1 rubygems