Commit 1b4e575f authored by Ash McKenzie's avatar Ash McKenzie

Resolve conflicts in spec/models/repository_spec.rb

parent f64aa8c8
......@@ -2403,7 +2403,6 @@ describe Repository do
end
end
<<<<<<< HEAD
describe '#after_sync' do
it 'expires repository cache' do
expect(repository).to receive(:expire_all_method_caches)
......@@ -2414,8 +2413,6 @@ describe Repository do
end
end
=======
>>>>>>> upstream/master
def create_remote_branch(remote_name, branch_name, target)
rugged = repository.rugged
rugged.references.create("refs/remotes/#{remote_name}/#{branch_name}", target.id)
......
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