Sha256: ff2d296989ab6682d4c99a7ffa5e283ae740357653546d2eab9c855bca02dc9a
Contents?: true
Size: 339 Bytes
Versions: 9
Compression:
Stored size: 339 Bytes
Contents
require File.expand_path('../integration', __FILE__) module Adapters class EMSynchronyTest < Faraday::TestCase def adapter() :em_synchrony end Integration.apply(self, :Parallel) do # https://github.com/eventmachine/eventmachine/pull/289 undef :test_timeout end unless RUBY_VERSION < '1.9' or jruby? end end
Version data entries
9 entries across 9 versions & 3 rubygems