test/adapters/patron_test.rb in faraday-0.9.0.rc5 vs test/adapters/patron_test.rb in faraday-0.9.0.rc6

- old
+ new

@@ -9,9 +9,12 @@ # 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 + + # no support for SSL peer verification + undef :test_GET_ssl_fails_with_bad_cert if ssl_mode? end unless jruby? end end