lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

Handle rspec-mocks 3.10.3 change with "with" syntax #1433

Closed mtasaka closed 2 years ago

mtasaka commented 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

Description

Describe your pull request and problem statement here.

Completed Tasks