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:
authorLin Jen-Shin <godfat@godfat.org>2016-10-14 12:08:48 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-10-14 12:08:48 +0300
commit78c69d8d66ae254bae5736e927772e280f2c6b93 (patch)
treead264da94ead3216681102faca78b1b0b868bec5 /spec/services/ci
parent18f731386ae2820c31c8a82c501e8ca7afc7ea7b (diff)
Space between subject and {, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16956860
Diffstat (limited to 'spec/services/ci')
-rw-r--r--spec/services/ci/send_pipeline_notification_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/ci/send_pipeline_notification_service_spec.rb b/spec/services/ci/send_pipeline_notification_service_spec.rb
index 6a32357b72c..288302cc94f 100644
--- a/spec/services/ci/send_pipeline_notification_service_spec.rb
+++ b/spec/services/ci/send_pipeline_notification_service_spec.rb
@@ -11,6 +11,7 @@ describe Ci::SendPipelineNotificationService, services: true do
let(:project) { create(:project) }
let(:user) { create(:user) }
+
subject{ described_class.new(pipeline) }
describe '#execute' do