Sha256: 9085e291e9731a56d224ee7fe865e177c53013f735fe9ccaab9898e384c6b3ac
Contents?: true
Size: 398 Bytes
Versions: 12
Compression:
Stored size: 398 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 unless jruby? end end
Version data entries
12 entries across 12 versions & 3 rubygems