We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad1a94 commit 78091b8Copy full SHA for 78091b8
spec/oauth2/error_spec.rb
@@ -91,7 +91,10 @@ def to_str
91
end
92
93
it "replaces them" do
94
+ encoding = {reason: "encoding isn't working right on JRuby"}
95
+ skip_for(encoding.merge(engine: "jruby"))
96
# See https://bibwild.wordpress.com/2013/03/12/removing-illegal-bytes-for-encoding-in-ruby-1-9-strings/
97
+
98
raise "Invalid characters not replaced" unless subject.message.include?("� invalid �")
99
# This will fail if {:invalid => replace} is not passed into `encode`
100
0 commit comments