Sha256: 1d47e11ed63fb41ea9d633082febdcdd7b5ac91362c49ebe48351c25f80b187d

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 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
    end unless jruby?

  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
faraday-0.8.7 test/adapters/typhoeus_test.rb
vagrant-actionio-0.0.9 vendor/bundle/gems/faraday-0.8.6/test/adapters/typhoeus_test.rb
faraday-0.8.6 test/adapters/typhoeus_test.rb
faraday-0.8.5 test/adapters/typhoeus_test.rb