ruby-changes:71388
From: Martin <ko1@a...>
Date: Sun, 13 Mar 2022 10:52:49 +0900 (JST)
Subject: [ruby-changes:71388] 45187a0fcd (master): comment out failing Unicode/Emoji version checks temporarily
https://git.ruby-lang.org/ruby.git/commit/?id=45187a0fcd From 45187a0fcddecc74dacc1881f2405a5ebe198081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=BCrst?= <duerst@i...> Date: Sun, 13 Mar 2022 10:52:24 +0900 Subject: comment out failing Unicode/Emoji version checks temporarily --- spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb | 10 +++++----- spec/ruby/library/rbconfig/unicode_version_spec.rb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb index 43b8e663de..c5eff3fe11 100644 --- a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb +++ b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb @@ -20,11 +20,11 @@ describe "RbConfig::CONFIG['UNICODE_EMOJI_VERSION']" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb#L20 end end - ruby_version_is "3.1" do - it "is 13.1 for Ruby 3.1" do - RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1" - end - end +# ruby_version_is "3.1" do +# it "is 13.1 for Ruby 3.1" do +# RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1" +# end +# end ruby_version_is "3.2" do it "is 14.0 for Ruby 3.2" do diff --git a/spec/ruby/library/rbconfig/unicode_version_spec.rb b/spec/ruby/library/rbconfig/unicode_version_spec.rb index fb187445d3..238ee26b78 100644 --- a/spec/ruby/library/rbconfig/unicode_version_spec.rb +++ b/spec/ruby/library/rbconfig/unicode_version_spec.rb @@ -20,11 +20,11 @@ describe "RbConfig::CONFIG['UNICODE_VERSION']" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/rbconfig/unicode_version_spec.rb#L20 end end - ruby_version_is "3.1" do - it "is 13.0.0 for Ruby 3.1" do - RbConfig::CONFIG['UNICODE_VERSION'].should == "13.0.0" - end - end +# ruby_version_is "3.1" do +# it "is 13.0.0 for Ruby 3.1" do +# RbConfig::CONFIG['UNICODE_VERSION'].should == "13.0.0" +# end +# end ruby_version_is "3.2" do it "is 14.0.0 for Ruby 3.2" do -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/