Skip to content

Commit

Permalink
Skip test for jRuby 9.1 because of UndefinedConversionError
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Sep 16, 2016
1 parent d98bd61 commit 60c8f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bson/document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
end
end

context "when binary strings with utf-8 values exist", if: BSON::Environment.jruby? && (JRUBY_VERSION !~ /9.0/) do
context "when binary strings with utf-8 values exist", if: BSON::Environment.jruby? && (JRUBY_VERSION < '9') do

let(:string) { "europäisch" }
let(:document) do
Expand Down

0 comments on commit 60c8f46

Please sign in to comment.