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