Browse Source

lint

pull/704/head
JG 3 years ago
parent
commit
ae1184e01f
  1. 2
      spec/requests/locations_controller_spec.rb

2
spec/requests/locations_controller_spec.rb

@ -627,7 +627,7 @@ RSpec.describe LocationsController, type: :request do
let!(:another_scheme) { FactoryBot.create(:scheme) } let!(:another_scheme) { FactoryBot.create(:scheme) }
before do before do
FactoryBot.create(:location, scheme: scheme) FactoryBot.create(:location, scheme:)
end end
it "returns 404 not found" do it "returns 404 not found" do

Loading…
Cancel
Save