Sha256: 79b799b331f5fe86d2510e4f629bee19b1645587303e5c612d6698db04e71255
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 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 unless jruby? and ssl_mode? # https://github.com/eventmachine/eventmachine/issues/180 end end
Version data entries
9 entries across 9 versions & 3 rubygems