Commit 50b99150 authored by Valery Sizov's avatar Valery Sizov

Resolve conflicts in a scope of CE-EE merge

parent 62b8756d
...@@ -10,11 +10,8 @@ ...@@ -10,11 +10,8 @@
%br/ %br/
%span.descr This setting can be overridden in each project. %span.descr This setting can be overridden in each project.
<<<<<<< HEAD
= render partial: 'groups/ee/project_creation_level', locals: { form: f, group: @group } = render partial: 'groups/ee/project_creation_level', locals: { form: f, group: @group }
=======
>>>>>>> upstream/master
.form-group .form-group
= f.label :require_two_factor_authentication, 'Two-factor authentication', class: 'control-label col-sm-2' = f.label :require_two_factor_authentication, 'Two-factor authentication', class: 'control-label col-sm-2'
.col-sm-10 .col-sm-10
......
...@@ -1331,11 +1331,7 @@ describe API::Runner do ...@@ -1331,11 +1331,7 @@ describe API::Runner do
end end
it 'download artifacts' do it 'download artifacts' do
<<<<<<< HEAD
expect(response).to have_gitlab_http_status(200) expect(response).to have_gitlab_http_status(200)
=======
expect(response).to have_http_status(200)
>>>>>>> upstream/master
expect(response.headers.to_h).to include download_headers expect(response.headers.to_h).to include download_headers
end end
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