|
|
|
@ -28,4 +28,4 @@ RSpec.describe Form::Lettings::Pages::ShelteredAccommodation, type: :model do |
|
|
|
it "has the correct depends_on" do |
|
|
|
it "has the correct depends_on" do |
|
|
|
expect(page.depends_on).to eq([{ "is_supported_housing?" => true }]) |
|
|
|
expect(page.depends_on).to eq([{ "is_supported_housing?" => true }]) |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|