FactoryBot.define do factory :survey_answer, :class => 'Survey::Answer' do choice {nil} user {nil} end end