FactoryGirl.define do factory :sa3, class:Hash do id { Faker::Number.number(6).to_i } name { Faker::Address.city } initialize_with { attributes } end end