Sha256: 91e58b3fad44830c3b3b35ef2078311dba061b5c0e19eb5c92a1f2297d308bd0

Contents?: true

Size: 377 Bytes

Versions: 55

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

module ActionDispatch
  module SystemTesting
    module TestHelpers
      module SetupAndTeardown # :nodoc:
        def before_teardown
          take_failed_screenshot
        ensure
          super
        end

        def after_teardown
          Capybara.reset_sessions!
        ensure
          super
        end
      end
    end
  end
end

Version data entries

55 entries across 52 versions & 7 rubygems

Version Path
actionpack-7.0.8.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.3 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionpack-7.0.2.3/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionpack-7.0.3.1/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.0 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.0.rc2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.0.rc1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.0.beta1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.7.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.7.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.7 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.6 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.5.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionpack-7.0.2.3/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actionpack-7.0.3.1/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.5 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.4.3 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb