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:
If you've fixed a bug or added code that should be tested, add tests!
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:
rake spec
in the repository root.