Sha256: f653434154abfdf16189c6cbdeda8e76d89eab4d66037530cd172cd4c755f266
Contents?: true
Size: 439 Bytes
Versions: 5
Compression:
Stored size: 439 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 end end unless defined? RUBY_ENGINE and 'jruby' == RUBY_ENGINE end
Version data entries
5 entries across 5 versions & 2 rubygems