summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/models/repository_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/repository_spec.rb b/spec/models/repository_spec.rb
index d9b0e63eeb6..b5a42edd192 100644
--- a/spec/models/repository_spec.rb
+++ b/spec/models/repository_spec.rb
@@ -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