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
omg-activesupport-8.0.0.alpha9 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha8 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha7 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha4 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha3 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha2 lib/active_support/execution_context/test_helper.rb
omg-activesupport-8.0.0.alpha1 lib/active_support/execution_context/test_helper.rb
activesupport-7.1.4 lib/active_support/execution_context/test_helper.rb
activesupport-7.2.1 lib/active_support/execution_context/test_helper.rb
activesupport-7.2.0 lib/active_support/execution_context/test_helper.rb
activesupport-7.2.0.rc1 lib/active_support/execution_context/test_helper.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activesupport-7.0.8.4/lib/active_support/execution_context/test_helper.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context/test_helper.rb
activesupport-7.2.0.beta3 lib/active_support/execution_context/test_helper.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/execution_context/test_helper.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/execution_context/test_helper.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/activesupport-7.0.5.1/lib/active_support/execution_context/test_helper.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context/test_helper.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context/test_helper.rb
activesupport-7.2.0.beta2 lib/active_support/execution_context/test_helper.rb