Sha256: 16da90cadc8c230c63ec6d3e8b81b0faddd42143641be2e72fe8bf7567ce4a18
Contents?: true
Size: 264 Bytes
Versions: 125
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module ActiveSupport::CurrentAttributes::TestHelper # :nodoc: def before_setup ActiveSupport::CurrentAttributes.reset_all super end def after_teardown super ActiveSupport::CurrentAttributes.reset_all end end
Version data entries
125 entries across 119 versions & 16 rubygems