summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-27 18:00:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-27 18:00:32 +0900
commitc3d31377b36b905779683ef22e4c27d25ddaa037 (patch)
treeadc69e442327a1cddc9ef55b3e26ceef4910d732 /spec
parent6656309fe22b799016f3bc20a5f466da543a44c0 (diff)
Bump unicode version for Ruby 3.1
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb
index 80ba831fd5..b7d9c7a8e4 100644
--- a/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb
+++ b/spec/ruby/library/rbconfig/unicode_emoji_version_spec.rb
@@ -21,8 +21,8 @@ describe "RbConfig::CONFIG['UNICODE_EMOJI_VERSION']" do
end
ruby_version_is "3.1" do
- it "is 13.0 for Ruby 3.1" do
- RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.0"
+ it "is 13.1 for Ruby 3.1" do
+ RbConfig::CONFIG['UNICODE_EMOJI_VERSION'].should == "13.1"
end
end
end