Relax regexp for Ruby 3.5

This commit is contained in:
Hiroshi SHIBATA 2024-12-25 18:44:05 +09:00
parent a0460af920
commit 945fdf6091
Notes: git 2024-12-25 11:10:37 +00:00

View File

@ -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