Commit aa757288 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent c245cb39
...@@ -547,7 +547,6 @@ describe Ci::Pipeline, models: true do ...@@ -547,7 +547,6 @@ describe Ci::Pipeline, models: true do
let!(:hook) do let!(:hook) do
create(:project_hook, project: project, pipeline_events: enabled) create(:project_hook, project: project, pipeline_events: enabled)
end end
let(:enabled) { raise NotImplementedError }
before do before do
WebMock.stub_request(:post, hook.url) WebMock.stub_request(:post, hook.url)
......
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