Browse Source

make amendments for failing test and linting

pull/1368/head
Arthur Campbell 3 years ago
parent
commit
c75de07ba0
  1. 6
      spec/models/form/lettings/subsections/property_information_spec.rb

6
spec/models/form/lettings/subsections/property_information_spec.rb

@ -44,10 +44,6 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
end
it "has the correct depends_on" do
expect(property_information.depends_on).to eq([
{
"non_location_setup_questions_completed?" => true,
},
])
expect(property_information.depends_on).to eq([{ "non_location_setup_questions_completed?" => true, "supported_housing_and_renewal?" => false }])
end
end

Loading…
Cancel
Save