|
|
@ -31,7 +31,7 @@ RSpec.describe Form::Lettings::Questions::Joint, type: :model do |
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
"1" => { "value" => "Yes" }, |
|
|
|
"1" => { "value" => "Yes" }, |
|
|
|
"2" => { "value" => "No" }, |
|
|
|
"2" => { "value" => "No" }, |
|
|
|
"divider" => { "value" => "true" }, |
|
|
|
"divider" => { "value" => true }, |
|
|
|
"3" => { "value" => "Don’t know" }, |
|
|
|
"3" => { "value" => "Don’t know" }, |
|
|
|
}) |
|
|
|
}) |
|
|
|
end |
|
|
|
end |
|
|
|