Sha256: a61e631f94f5a27a1d7d8c64686167b59f71ac17d8fc45733391dd9ac7e52194

Contents?: true

Size: 599 Bytes

Versions: 9

Compression:

Stored size: 599 Bytes

Contents

require File.expand_path('../integration', __FILE__)

module Adapters
  class ExconTest < Faraday::TestCase

    def adapter() :excon end

    Integration.apply(self, :NonParallel) do
      # https://github.com/geemus/excon/issues/126 ?
      undef :test_timeout if ssl_mode?

      # Excon lets OpenSSL::SSL::SSLError be raised without any way to
      # distinguish whether it happened because of a 407 proxy response
      undef :test_proxy_auth_fail if ssl_mode?

      # https://github.com/geemus/excon/issues/358
      undef :test_connection_error if RUBY_VERSION >= '2.1.0'
    end
  end
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
faraday-0.8.11 test/adapters/excon_test.rb
faraday-0.8.10 test/adapters/excon_test.rb
faraday-0.9.1 test/adapters/excon_test.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/faraday-0.8.9/test/adapters/excon_test.rb
whos_dated_who-0.1.0 vendor/bundle/gems/faraday-0.9.0/test/adapters/excon_test.rb
whos_dated_who-0.0.1 vendor/bundle/gems/faraday-0.9.0/test/adapters/excon_test.rb
faraday-0.9.0 test/adapters/excon_test.rb
faraday-0.9.0.rc7 test/adapters/excon_test.rb
faraday-0.8.9 test/adapters/excon_test.rb