specs: JRuby-Skip Patron specs

This commit is contained in:
Olle Jonsson 2019-04-08 22:29:40 +02:00
parent 1042a45618
commit e80b829976

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
RSpec.describe Faraday::Adapter::Patron do
RSpec.describe Faraday::Adapter::Patron, unless: defined?(JRUBY_VERSION) do
features :reason_phrase_parse
it_behaves_like 'an adapter'