Sha256: 28fb121f87695810500942d7bf0d9e5207a669cfced6ef0e2f81a961633165c7
Contents?: true
Size: 282 Bytes
Versions: 18
Compression:
Stored size: 282 Bytes
Contents
require File.expand_path('../integration', __FILE__) module Adapters class NetHttpTest < Faraday::TestCase def adapter() :net_http end behaviors = [:NonParallel] behaviors << :Compression if RUBY_VERSION >= '1.9' Integration.apply(self, *behaviors) end end
Version data entries
18 entries across 18 versions & 4 rubygems