Browse Source

correct lint error

pull/1383/head
Arthur Campbell 3 years ago
parent
commit
8c2f3e002b
  1. 2
      spec/models/form/lettings/pages/sheltered_accommodation_spec.rb

2
spec/models/form/lettings/pages/sheltered_accommodation_spec.rb

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

Loading…
Cancel
Save