test: fix context warning

This commit is contained in:
Colin Darie 2023-12-01 13:38:38 +01:00
parent 75c22bc7d4
commit 437fb0e39f
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -1,5 +1,5 @@
RSpec.configure do |config|
config.around(:all, :caching) do |example|
config.around(:example, :caching) do |example|
caching_was = ActionController::Base.perform_caching
cache_store_was = Rails.cache