summaryrefslogtreecommitdiff
path: root/spec/workers
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-09-28 17:29:53 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-17 07:25:21 +0000
commitc065f5360fb3c89ab66fc2b744243b0eef166355 (patch)
tree2cf12658182d5268733b7308c5c86eb4ed8c2986 /spec/workers
parenteeeb96c9d0cab9c5da850809a9614e2a01fdb7d2 (diff)
downloadgitlab-ce-c065f5360fb3c89ab66fc2b744243b0eef166355.tar.gz
That's no longer a service [ci skip]
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/send_pipeline_notification_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/send_pipeline_notification_worker_spec.rb b/spec/workers/send_pipeline_notification_worker_spec.rb
index 0670d67501a..f03231498a2 100644
--- a/spec/workers/send_pipeline_notification_worker_spec.rb
+++ b/spec/workers/send_pipeline_notification_worker_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe SendPipelineNotificationWorker, services: true do
+describe SendPipelineNotificationWorker do
let(:pipeline) do
create(:ci_pipeline,
project: project,