Commit 3ad47965 authored by Sean McGivern's avatar Sean McGivern

Resolve conflicts in spec/models/project_spec.rb

parent a379eb99
...@@ -1625,7 +1625,6 @@ describe Project do ...@@ -1625,7 +1625,6 @@ describe Project do
end end
end end
<<<<<<< HEAD
describe 'handling import URL' do describe 'handling import URL' do
context 'when project is a mirror' do context 'when project is a mirror' do
it 'returns the full URL' do it 'returns the full URL' do
...@@ -1694,8 +1693,6 @@ describe Project do ...@@ -1694,8 +1693,6 @@ describe Project do
end end
end end
=======
>>>>>>> upstream/master
describe '#container_registry_url' do describe '#container_registry_url' do
let(:project) { create(:project) } let(:project) { create(:project) }
......
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