Sha256: 6b414658fa801d1e92a58029aadd25bef33fe3d5bb2ba2afb98f7107506e9663

Contents?: true

Size: 570 Bytes

Versions: 84

Compression:

Stored size: 570 Bytes

Contents

# frozen_string_literal: true

module ActionDispatch
  module SystemTesting
    module TestHelpers
      module SetupAndTeardown # :nodoc:
        DEFAULT_HOST = "http://127.0.0.1"

        def host!(host)
          super
          Capybara.app_host = host
        end

        def before_setup
          host! DEFAULT_HOST
          super
        end

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

Version data entries

84 entries across 84 versions & 4 rubygems

Version Path
actionpack-5.2.8.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.8 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.7.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.7 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.6.3 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.6.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.6.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.6 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.6 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.5 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.5 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.4 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.3 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-5.2.4.rc1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/actionpack-5.2.3/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb