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