|
|
|
@ -57,8 +57,8 @@ RSpec.describe Form::Lettings::Questions::Sheltered, type: :model do |
|
|
|
|
|
|
|
|
|
|
|
it "has the correct answer_options" do |
|
|
|
it "has the correct answer_options" do |
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
expect(question.answer_options).to eq({ |
|
|
|
"2" => { "value" => "Yes – extra care housing" }, |
|
|
|
|
|
|
|
"1" => { "value" => "Yes – specialist retirement housing" }, |
|
|
|
"1" => { "value" => "Yes – specialist retirement housing" }, |
|
|
|
|
|
|
|
"2" => { "value" => "Yes – extra care housing" }, |
|
|
|
"5" => { "value" => "Yes – sheltered housing for adults aged under 55 years" }, |
|
|
|
"5" => { "value" => "Yes – sheltered housing for adults aged under 55 years" }, |
|
|
|
"6" => { "value" => "Yes – sheltered housing for adults aged 55 years and over who are not retired" }, |
|
|
|
"6" => { "value" => "Yes – sheltered housing for adults aged 55 years and over who are not retired" }, |
|
|
|
"3" => { "value" => "No" }, |
|
|
|
"3" => { "value" => "No" }, |
|
|
|
|