You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated the tests to pass in Ruby 3.x. This was an issue with rspec-mocks not being able to access the frozen $CHILD_STATUS object. The $CHILD_STATUS was extracted to a class method so that the method could be mocked in the tests with the expected results.