Sha256: 305e1c932998c2976d68f56f69876b9b4c041efd4ecb3d15aa5e2d8367a4592a
Contents?: true
Size: 257 Bytes
Versions: 107
Compression:
Stored size: 257 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
107 entries across 107 versions & 4 rubygems