Commit 5731d6db authored by Sean McGivern's avatar Sean McGivern

Merge branch '2901-fix-rspec-metadata' into 'master'

The :caching metadata was renamed to :use_clean_rails_memory_store_caching

Closes #2901

See merge request !2403
parents 438d2ddc 68294520
......@@ -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