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

Remove assert_not_called Object#=~ here for Ruby 3.2 compat #44128

Merged
merged 1 commit into from Jan 9, 2022

Conversation

zzak
Copy link
Member

@zzak zzak commented Jan 9, 2022

Since Ruby 3.2 removes Object#=~ this test no longer passes, so remove that assertion.

Fixes #44107

@kamipo kamipo merged commit c79ad9d into rails:main Jan 9, 2022
@zzak zzak deleted the issue/44107 branch January 10, 2022 00:25
rafaelfranca pushed a commit that referenced this pull request Jan 10, 2022
Remove assert_not_called Object#=~ here for Ruby 3.2 compat
eileencodes pushed a commit to eileencodes/rails that referenced this pull request Jul 12, 2022
Remove assert_not_called Object#=~ here for Ruby 3.2 compat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby 3.2.0dev removes Object#=~
2 participants