Commit e0406c40 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/requests/api/runner_spec.rb

parent 5561a13d
...@@ -270,14 +270,11 @@ describe API::Runner, :clean_gitlab_redis_shared_state do ...@@ -270,14 +270,11 @@ describe API::Runner, :clean_gitlab_redis_shared_state do
pipeline: pipeline, name: 'spinach', stage: 'test', stage_idx: 0, commands: "ls\ndate") pipeline: pipeline, name: 'spinach', stage: 'test', stage_idx: 0, commands: "ls\ndate")
end end
<<<<<<< HEAD
before do before do
stub_artifacts_object_storage stub_artifacts_object_storage
job job
end end
=======
>>>>>>> upstream/master
describe 'POST /api/v4/jobs/request' do describe 'POST /api/v4/jobs/request' do
let!(:last_update) {} let!(:last_update) {}
let!(:new_update) { } let!(:new_update) { }
......
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