@ -16,5 +16,6 @@ class Form::Sales::Questions::Buyer1AgeKnown < ::Form::Question
ANSWER_OPTIONS = {
"0" => { "value" => "Yes" },
"1" => { "value" => "No" },
"2" => { "value" => "Buyer prefers not to say" },
}.freeze
end
@ -35,6 +35,7 @@ RSpec.describe Form::Sales::Questions::Buyer1AgeKnown, type: :model do
expect(question.answer_options).to eq({
})