Sha256: 3b443f63a8fb49a92805083af4320832f21d88f3b6c23b75f15a7d20918195dc
Contents?: true
Size: 203 Bytes
Versions: 8
Compression:
Stored size: 203 Bytes
Contents
FactoryGirl.define do factory :group, class: "FamilyGallery::Group" do name { Forgery::LoremIpsum.words(2, random: true) } description { Forgery::LoremIpsum.words(10, random: true) } end end
Version data entries
8 entries across 8 versions & 1 rubygems