Sha256: f3ac728b022f324332e0014f5f354a80c9f147b83d36b8b27547f48342557e79
Contents?: true
Size: 242 Bytes
Versions: 14
Compression:
Stored size: 242 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
14 entries across 14 versions & 1 rubygems