test/adapters/patron_test.rb in faraday-0.8.9 vs test/adapters/patron_test.rb in faraday-0.8.10
- old
+ new
@@ -9,9 +9,9 @@
# https://github.com/toland/patron/issues/34
undef :test_PATCH_send_url_encoded_params
# https://github.com/toland/patron/issues/52
undef :test_GET_with_body
- end unless jruby?
+ end unless RUBY_VERSION < '1.9' or jruby?
end
end