Browse Source

Fix heisenbug part 2

pull/650/head
Stéphane Meny 3 years ago
parent
commit
254d259e3f
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      spec/requests/schemes_controller_spec.rb

2
spec/requests/schemes_controller_spec.rb

@ -273,7 +273,7 @@ RSpec.describe SchemesController, type: :request do
context "when signed in as a data coordinator user" do
let(:user) { FactoryBot.create(:user, :data_coordinator) }
let!(:scheme) { FactoryBot.create(:scheme, organisation: user.organisation, service_name: "Miss Frederic O'Hara") }
let!(:scheme) { FactoryBot.create(:scheme, organisation: user.organisation) }
let!(:locations) { FactoryBot.create_list(:location, 3, scheme:) }
before do

Loading…
Cancel
Save