Sha256: d80b1de4c20c42575fae35a822067a26eabb834f8e97a5978c209c00dd69ab1a
Contents?: true
Size: 249 Bytes
Versions: 169
Compression:
Stored size: 249 Bytes
Contents
RSpec.configure do |config| config.before(:each, caching: true) do ActionController::Base.perform_caching = true end config.after(:each, caching: true) do ActionController::Base.perform_caching = false Rails.cache.clear end end
Version data entries
169 entries across 169 versions & 5 rubygems