Skip to content

Commit

Permalink
skip Excon tests on Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 30, 2011
1 parent 58170cd commit cfbe729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/adapters/live_test.rb
Expand Up @@ -10,6 +10,8 @@ class LiveTest < Faraday::TestCase
else
loaded_adapters = Faraday::Adapter.all_loaded_constants
loaded_adapters -= [Faraday::Adapter::ActionDispatch]
# https://github.com/geemus/excon/issues/98
loaded_adapters -= [Faraday::Adapter::Excon] if "rbx" == RUBY_ENGINE
loaded_adapters << :default
end

Expand Down

0 comments on commit cfbe729

Please sign in to comment.