Sha256: 7d3ae13e35f854bee98ce7b5e28130995c5bb29ad223f2bad0a63d95b79cbd4f

Contents?: true

Size: 253 Bytes

Versions: 90

Compression:

Stored size: 253 Bytes

Contents

# frozen_string_literal: true

module ActiveSupport::ExecutionContext::TestHelper # :nodoc:
  def before_setup
    ActiveSupport::ExecutionContext.clear
    super
  end

  def after_teardown
    super
    ActiveSupport::ExecutionContext.clear
  end
end

Version data entries

90 entries across 86 versions & 14 rubygems

Version Path
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.6/lib/active_support/execution_context/test_helper.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.6/lib/active_support/execution_context/test_helper.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.5/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.6 lib/active_support/execution_context/test_helper.rb
activesupport-7.0.5.1 lib/active_support/execution_context/test_helper.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/activesupport-7.0.2.3/lib/active_support/execution_context/test_helper.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/activesupport-7.0.3.1/lib/active_support/execution_context/test_helper.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/execution_context/test_helper.rb
fablicop-1.10.2 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.5/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.5 lib/active_support/execution_context/test_helper.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/activesupport-7.0.4.3/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.4.3 lib/active_support/execution_context/test_helper.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.4.2 lib/active_support/execution_context/test_helper.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.4.1 lib/active_support/execution_context/test_helper.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/execution_context/test_helper.rb
activesupport-7.0.4 lib/active_support/execution_context/test_helper.rb
activesupport-7.0.3.1 lib/active_support/execution_context/test_helper.rb
activesupport-7.0.3 lib/active_support/execution_context/test_helper.rb