Commit dec384cf authored by Yorick Peterse's avatar Yorick Peterse

Update outdated visible content spec descriptions

parent 9f8a389a
......@@ -1176,7 +1176,7 @@ describe Repository, models: true do
end
describe '#after_create_branch' do
it 'flushes the visible content cache' do
it 'expires the branch caches' do
expect(repository).to receive(:expire_branches_cache)
repository.after_create_branch
......@@ -1184,7 +1184,7 @@ describe Repository, models: true do
end
describe '#after_remove_branch' do
it 'flushes the visible content cache' do
it 'expires the branch caches' do
expect(repository).to receive(:expire_branches_cache)
repository.after_remove_branch
......
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