Skip to content

Commit

Permalink
enable Excon tests on Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jun 19, 2012
1 parent d8aba7a commit aa30071
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/adapters/excon_test.rb
Expand Up @@ -5,14 +5,10 @@ class ExconTest < Faraday::TestCase

def adapter() :excon end

# https://github.com/geemus/excon/issues/98
if defined?(RUBY_ENGINE) and "rbx" == RUBY_ENGINE
warn "Warning: Skipping Excon tests on Rubinius"
else
Integration.apply(self, :NonParallel) do
# https://github.com/geemus/excon/issues/127
undef :test_timeout
end
Integration.apply(self, :NonParallel) do
# https://github.com/geemus/excon/issues/127
# TODO: remove after 0.14.1 or greater is out
undef :test_timeout
end

end
Expand Down

0 comments on commit aa30071

Please sign in to comment.