Commit 3f698202 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/lib/gitlab/ci/config/normalizer_spec.rb

parent 625d3205
......@@ -31,8 +31,6 @@ describe Gitlab::Ci::Config::Normalizer do
expect(configs).to all(eq(original_config))
end
<<<<<<< HEAD
=======
context 'when the job is not parallelized' do
let(:job_config) { { script: 'rspec', name: 'rspec' } }
......@@ -41,7 +39,6 @@ describe Gitlab::Ci::Config::Normalizer do
end
end
>>>>>>> upstream/master
context 'when there is a job with a slash in it' do
let(:job_name) { :"rspec 35/2" }
......
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