Sha256: 15faef324a3b6ddcf0c20de39a2c8a83695116e1d110e03dab39c373537ccab9
Contents?: true
Size: 619 Bytes
Versions: 3
Compression:
Stored size: 619 Bytes
Contents
require File.expand_path('../integration', __FILE__) module Adapters class TyphoeusTest < Faraday::TestCase def adapter() :typhoeus end Integration.apply(self, :Parallel) do # https://github.com/dbalatero/typhoeus/issues/75 undef :test_GET_with_body # Not a Typhoeus bug, but WEBrick inability to handle "100-continue" # which libcurl seems to generate for this particular request: undef :test_POST_sends_files # inconsistent outcomes ranging from successful response to connection error undef :test_proxy_auth_fail if ssl_mode? end unless jruby? end end
Version data entries
3 entries across 3 versions & 2 rubygems