Sha256: 32ccc7d1611d5fa582a11c302bfae1d84059735537c99a82352c5bc3b351fc80
Contents?: true
Size: 241 Bytes
Versions: 18
Compression:
Stored size: 241 Bytes
Contents
Fabricator :profile do name { Forgery::Name.first_name } surname { Forgery::Name.last_name } birth_date { Date.current } end Fabricator :profile_with_tags, :from => :profile do tags!(:count => 3) { |profile, i| Fabricate :tag } end
Version data entries
18 entries across 18 versions & 1 rubygems