Commit 068a418d authored by Ash McKenzie's avatar Ash McKenzie

Resolve conflicts in spec/models/project_spec.rb

parent 0e4025bd
...@@ -2074,11 +2074,8 @@ describe Project do ...@@ -2074,11 +2074,8 @@ describe Project do
update_remote_mirrors update_remote_mirrors
end end
<<<<<<< HEAD
=======
# TODO: study if remote_mirror_available_overridden is still a necessary attribute considering that # TODO: study if remote_mirror_available_overridden is still a necessary attribute considering that
# it is no longer under any license # it is no longer under any license
>>>>>>> upstream/master
it 'does nothing when remote mirror is disabled globally and not overridden' do it 'does nothing when remote mirror is disabled globally and not overridden' do
stub_application_setting(mirror_available: false) stub_application_setting(mirror_available: false)
project.remote_mirror_available_overridden = false project.remote_mirror_available_overridden = false
......
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