guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 246 forks source link

Fix kwargs matching with rspec-mock 3.12 and Ruby 3+ #564

Closed voxik closed 1 year ago

voxik commented 1 year ago

The test seems to be broken by:

https://github.com/rspec/rspec-mocks/pull/1461

ColinDKelley commented 1 year ago

Thanks @voxik for the PR!