Commit 7ef7722d authored by Michael Kozono's avatar Michael Kozono

Remove duplicate test

parent 2c93486f
...@@ -103,16 +103,6 @@ describe Repository do ...@@ -103,16 +103,6 @@ describe Repository do
end end
end end
describe '#after_sync' do
it 'expires repository cache' do
expect(repository).to receive(:expire_all_method_caches)
expect(repository).to receive(:expire_branch_cache)
expect(repository).to receive(:expire_content_cache)
repository.after_sync
end
end
describe '#upstream_branches' do describe '#upstream_branches' do
it 'returns branches from the upstream remote' do it 'returns branches from the upstream remote' do
masterrev = repository.find_branch('master').dereferenced_target masterrev = repository.find_branch('master').dereferenced_target
......
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