Commit cfd2801e authored by LUKE BENNETT's avatar LUKE BENNETT

Resolve repository_spec.rb

parent 34a3f7c3
......@@ -1963,8 +1963,6 @@ describe Gitlab::Git::Repository, seed_helper: true do
expect { subject }.to raise_error(Gitlab::Git::CommandError, 'error')
end
end
<<<<<<< HEAD
=======
describe '#delete_remote_branches' do
subject do
......@@ -2011,7 +2009,6 @@ describe Gitlab::Git::Repository, seed_helper: true do
expect { subject }.to raise_error(Gitlab::Git::CommandError, 'error')
end
end
>>>>>>> upstream/master
end
def create_remote_branch(repository, remote_name, branch_name, source_branch_name)
......
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