Sha256: 002df058c78f5623d8f10b5234df9ea8d0f55a257ad8c8d8a8d289bed6f0b982
Contents?: true
Size: 251 Bytes
Versions: 24
Compression:
Stored size: 251 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
24 entries across 24 versions & 1 rubygems