diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-25 18:44:05 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-25 20:10:18 +0900 |
| commit | 945fdf609166187321bee53d641957e918efb155 (patch) | |
| tree | b807f55db6d65a322192cb89ccd3d28830394648 /spec | |
| parent | a0460af920be74cefaa47264a44a8983fefb7e47 (diff) | |
Relax regexp for Ruby 3.5
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12452
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/bundled_gems_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundled_gems_spec.rb b/spec/bundled_gems_spec.rb index 46443ea250..77eb9c6380 100644 --- a/spec/bundled_gems_spec.rb +++ b/spec/bundled_gems_spec.rb @@ -128,7 +128,7 @@ RSpec.describe "bundled_gems.rb" do require "fiddle/import" RUBY - expect(err).to include(/fiddle\/import is found in fiddle, which will no longer be part of the default gems starting from Ruby 3\.5\.0/) + expect(err).to include(/fiddle\/import is found in fiddle, (.*) part of the default gems starting from Ruby 3\.5\.0/) expect(err).to include(/-e:7/) end |
