Commit 71981151 authored by Lin Jen-Shin's avatar Lin Jen-Shin

empty lines between blocks

parent 08c3e9e7
......@@ -289,12 +289,12 @@ describe SlackService, models: true do
describe 'Pipeline events' do
let(:user) { create(:user) }
let(:project) { create(:project) }
let(:pipeline) do
create(:ci_pipeline,
project: project, status: status,
sha: project.commit.sha, ref: project.default_branch)
end
let(:status) { raise NotImplementedError }
before do
allow(slack).to receive_messages(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment