1 2 3 4 5
Fabricator :agent do first_name { Faker::Name.first_name } last_name { Faker::Name.last_name } email { Faker::Internet.email } end