mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
Skip Patron tests if Ruby version less than 1.9
This commit is contained in:
parent
e36f029d39
commit
245873dad1
@ -14,7 +14,7 @@ module Adapters
|
||||
|
||||
# no support for SSL peer verification
|
||||
undef :test_GET_ssl_fails_with_bad_cert if ssl_mode?
|
||||
end unless jruby?
|
||||
end unless RUBY_VERSION < '1.9' or jruby?
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user