提交 db3fe310 编写于 作者: L Lin Jen-Shin

Not sure why I missed this

上级 225ab2a7
......@@ -2,7 +2,11 @@ require 'spec_helper'
describe Ci::SendPipelineNotificationService, services: true do
let(:pipeline) do
create(:ci_pipeline, project: project, sha: project.commit('master').sha)
create(:ci_pipeline,
project: project,
sha: project.commit('master').sha,
user: user,
status: status)
end
let(:project) { create(:project) }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册