Browse Source

rubo

pull/719/head
JG 4 years ago
parent
commit
9169ba6406
  1. 2
      spec/requests/locations_controller_spec.rb

2
spec/requests/locations_controller_spec.rb

@ -413,7 +413,7 @@ RSpec.describe LocationsController, type: :request do
end end
context "when updating from edit-name page" do context "when updating from edit-name page" do
let(:params) { { location: { name: "Test", page: "edit-name" } } } let(:params) { { location: { name: "Test", page: "edit-name" } } }
it "updates existing location for scheme with valid params and redirects to correct page" do it "updates existing location for scheme with valid params and redirects to correct page" do
follow_redirect! follow_redirect!

Loading…
Cancel
Save