Sha256: 4b29895c7ae8fca980926c899cdd223751f994e3a31547df76df25e0385d375f
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 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 end unless defined? RUBY_ENGINE and 'jruby' == RUBY_ENGINE end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
faraday-0.8.4 | test/adapters/typhoeus_test.rb |
faraday-0.8.2 | test/adapters/typhoeus_test.rb |
faraday-0.8.1 | test/adapters/typhoeus_test.rb |
faraday-0.8.0 | test/adapters/typhoeus_test.rb |