emails.rb 107 Bytes EditWeb IDE 1 2 3 4 5 6 FactoryGirl.define do factory :email do user email { FFaker::Internet.email('alias') } end end