Skip to content

Commit

Permalink
Skip Patron tests if Ruby version less than 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hanzl authored and mislav committed Jun 11, 2015
1 parent e36f029 commit 245873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapters/patron_test.rb
Expand Up @@ -14,7 +14,7 @@ def adapter() :patron end

# 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

0 comments on commit 245873d

Please sign in to comment.