Closed mtasaka closed 2 years ago
rspec-mocks 3.10.3 changed "with" syntax behavior to support ruby 3 keyword arguments separation:
https://github.com/rspec/rspec-mocks/pull/1394 https://github.com/rspec/rspec-mocks/issues/1460
Fix yard testsuite accordingly.
Fixes #1432
Describe your pull request and problem statement here.
bundle exec rake
rspec-mocks 3.10.3 changed "with" syntax behavior to support ruby 3 keyword arguments separation:
https://github.com/rspec/rspec-mocks/pull/1394 https://github.com/rspec/rspec-mocks/issues/1460
Fix yard testsuite accordingly.
Fixes #1432
Description
Describe your pull request and problem statement here.
Completed Tasks
bundle exec rake
locally (if code is attached to PR).