Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST: support ruby 3.3 NoMethodError message #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mtasaka
Copy link

@mtasaka mtasaka commented Oct 6, 2023

ruby 3.3 changes error messages especially for NoMethodError: ruby/ruby#6950
https://bugs.ruby-lang.org/issues/18285

Modify spec to support this new ruby 3.3 error messages.

Closes #105 .

ruby 3.3 changes error messages especially for NoMethodError:
ruby/ruby#6950
https://bugs.ruby-lang.org/issues/18285

Modify spec to support this new ruby 3.3 error messages.

Closes ms-ati#105 .
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (08cf67d) 100.00% compared to head (43e851b) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           94        94           
=========================================
  Hits            94        94           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rspec testsuite fails with ruby 3.3.0dev
1 participant