Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/project_service_worker_spec.rb')
-rw-r--r--spec/workers/project_service_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/project_service_worker_spec.rb b/spec/workers/project_service_worker_spec.rb
index c638b7472ff..237f501e0ec 100644
--- a/spec/workers/project_service_worker_spec.rb
+++ b/spec/workers/project_service_worker_spec.rb
@@ -6,7 +6,7 @@ RSpec.describe ProjectServiceWorker, '#perform' do
let(:service) { JiraService.new }
before do
- allow(Service).to receive(:find).and_return(service)
+ allow(Integration).to receive(:find).and_return(service)
end
it 'executes service with given data' do