asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 500 forks source link

resolves #2458 make NoMethodError message check in test compatible with ruby3.3.0dev #2459

Closed mtasaka closed 10 months ago

mtasaka commented 10 months ago

ruby3.3.0dev changes the error messages on NoMethodError with the following commit / issue:

https://github.com/ruby/ruby/pull/6950 https://bugs.ruby-lang.org/issues/18285

So make NoMethodError message check on rspec testsuite compatible with this change.

Fixes #2458 .

mojavelinux commented 10 months ago

Thanks for catching this!