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

Version Path
faraday-0.9.1 test/adapters/patron_test.rb
whos_dated_who-0.1.0 vendor/bundle/gems/faraday-0.9.0/test/adapters/patron_test.rb
whos_dated_who-0.0.1 vendor/bundle/gems/faraday-0.9.0/test/adapters/patron_test.rb
faraday-0.9.0 test/adapters/patron_test.rb
faraday-0.9.0.rc7 test/adapters/patron_test.rb
faraday-0.9.0.rc6 test/adapters/patron_test.rb