Sha256: 8844d50def93c1f0448c1c253b5a5e78d02481dd53b7895f402f1855c1f1e4b2

Contents?: true

Size: 382 Bytes

Versions: 4

Compression:

Stored size: 382 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

  end unless RUBY_VERSION < '1.9' or (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/em_synchrony_test.rb
faraday-0.8.2 test/adapters/em_synchrony_test.rb
faraday-0.8.1 test/adapters/em_synchrony_test.rb
faraday-0.8.0 test/adapters/em_synchrony_test.rb