Sha256: 808c142dfb08f2366051170b815c485cc1360578e40e7a69a77c6d7e1f0db846
Contents?: true
Size: 280 Bytes
Versions: 134
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true 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
134 entries across 134 versions & 2 rubygems