test: fix context warning
This commit is contained in:
parent
75c22bc7d4
commit
437fb0e39f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue