Sha256: af77d26a68a320b830ded344e4e66424af71146b8bbdc56c06a157eef3559491
Contents?: true
Size: 291 Bytes
Versions: 4
Compression:
Stored size: 291 Bytes
Contents
require File.expand_path('../integration', __FILE__) module Adapters class EMHttpTest < Faraday::TestCase def adapter() :em_http end Integration.apply(self, :Parallel) do # https://github.com/eventmachine/eventmachine/pull/289 undef :test_timeout end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
faraday-0.8.4 | test/adapters/em_http_test.rb |
faraday-0.8.2 | test/adapters/em_http_test.rb |
faraday-0.8.1 | test/adapters/em_http_test.rb |
faraday-0.8.0 | test/adapters/em_http_test.rb |