Commit 681e8e75 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix conflict for spec/workers/post_receive_spec.rb

parent c31b4573
......@@ -8,17 +8,12 @@ describe PostReceive do
let(:key) { create(:key, user: project.owner) }
let(:key_id) { key.shell_id }
<<<<<<< HEAD
context "as a sidekiq worker" do
it "reponds to #perform" do
=======
let(:project) do
create(:project, :repository, auto_cancel_pending_pipelines: 'disabled')
end
context "as a sidekiq worker" do
it "responds to #perform" do
>>>>>>> upstream/master
expect(described_class.new).to respond_to(:perform)
end
end
......
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