From 9ddc10c18eb76736833a25e329b61256fc37ab19 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 20 Jul 2022 14:26:22 +0100 Subject: [PATCH] Rebase main --- spec/requests/locations_controller_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/requests/locations_controller_spec.rb b/spec/requests/locations_controller_spec.rb index e01049d40..381727455 100644 --- a/spec/requests/locations_controller_spec.rb +++ b/spec/requests/locations_controller_spec.rb @@ -207,7 +207,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "1", @@ -228,7 +228,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "", @@ -357,7 +357,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "1", @@ -378,7 +378,7 @@ RSpec.describe LocationsController, type: :request do name: "Test", units: "5", type_of_unit: "Bungalow", - wheelchair_adaptation: "No", + mobility_type: "N", add_another_location: "No", postcode: "ZZ1 1ZZ", "startdate(3i)" => "",