Skip to content

Resolve an issue using method doubles with keyword arguments on Ruby 3

gitlab-qa-bot requested to merge github/fork/bryanp/fix-kwargs-for-ruby3 into main

Created by: bryanp

This captures and resolves an issue I encountered when running my test suite on Ruby 3. It may resolve more issues than just with and_call_original but that needs more investigation. Happy to fill in more test cases here but I haven't gone through to see what else uses MethodDouble yet.

Merge request reports