Commit 68294520 authored by Rémy Coutable's avatar Rémy Coutable

The :caching metadata was renamed to :use_clean_rails_memory_store_caching

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 438d2ddc
......@@ -7,7 +7,7 @@ describe Gitlab::PerformanceBar do
described_class.enabled?(user)
end
it 'caches the allowed user IDs in cache', :caching do
it 'caches the allowed user IDs in cache', :use_clean_rails_memory_store_caching do
expect do
expect(described_class.enabled?(user)).to be_truthy
end.not_to exceed_query_limit(0)
......
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