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

fix: pin rspec-its gem to 1.3.1 #631

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Conversation

roelbondoc
Copy link
Member

A recent change to rspec-its drops support for ruby 3 as well as using public_send for calling methods. We use this for testing private methods which is why some tests were failing.

Before submitting a pull request, please make sure the following is done:

  1. If you've fixed a bug or added code that should be tested, add tests!
  2. Run rake spec in the repository root.
  3. Use a pull request title that conforms to conventional commits.

A recent change to rspec-its drops support for ruby 3 as well as using
`public_send` for calling methods. We use this for testing private
methods which is why some tests were failing.
@roelbondoc roelbondoc merged commit 5f78b8a into master Nov 5, 2024
59 checks passed
@roelbondoc roelbondoc deleted the fix-pin-rspec-its-version branch November 5, 2024 19:19
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.

2 participants