Browse Source

Rebase main

pull/763/head
Kat 3 years ago
parent
commit
9ddc10c18e
  1. 8
      spec/requests/locations_controller_spec.rb

8
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)" => "",

Loading…
Cancel
Save