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