From 78c69d8d66ae254bae5736e927772e280f2c6b93 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Fri, 14 Oct 2016 17:08:48 +0800 Subject: Space between subject and {, feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16956860 --- spec/services/ci/send_pipeline_notification_service_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/services/ci') 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 -- cgit v1.2.3