Update outdated comment

This commit is contained in:
Maikel Linke
2023-02-24 15:10:46 +11:00
parent cb64361096
commit 3d5584e47c

View File

@@ -73,8 +73,7 @@ RSpec.configure do |config|
expectations.syntax = :expect
end
# Enable caching in any specs tagged with `caching: true`. Usage is exactly the same as the
# well-known `js: true` tag used to enable javascript in feature specs.
# Enable caching in any specs tagged with `caching: true`.
config.around(:each, :caching) do |example|
caching = ActionController::Base.perform_caching
ActionController::Base.perform_caching = example.metadata[:caching]