Space between subject and {, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16956860
This commit is contained in:
Lin Jen-Shin 2016-10-14 17:08:48 +08:00
parent 18f731386a
commit 78c69d8d66
1 changed files with 1 additions and 0 deletions

View File

@ -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