FactoryBot.define do factory :user_context do association :user association :account initialize_with { new(user, account) } end end