Sha256: bf35a7bcfb013c743c0600016221d237c8251cd3efbad926688e1f95db6b9f77
Contents?: true
Size: 503 Bytes
Versions: 6
Compression:
Stored size: 503 Bytes
Contents
require File.expand_path('../integration', __FILE__) module Adapters class Patron < Faraday::TestCase def adapter() :patron end Integration.apply(self, :NonParallel) do # https://github.com/toland/patron/issues/34 undef :test_PATCH_send_url_encoded_params # https://github.com/toland/patron/issues/52 undef :test_GET_with_body # no support for SSL peer verification undef :test_GET_ssl_fails_with_bad_cert if ssl_mode? end unless jruby? end end
Version data entries
6 entries across 6 versions & 2 rubygems