rspec / rspec-mocks

RSpec's 'test double' framework, with support for stubbing and mocking
https://rspec.info
MIT License
1.16k stars 357 forks source link

Add array_excluding matcher #1528

Closed sirwolfgang closed 1 year ago

sirwolfgang commented 1 year ago

Closes https://github.com/rspec/rspec-mocks/issues/1527

JonRowe commented 1 year ago

:wave: Thanks for adding this, I don't see why this shouldn't be present except for some concerns about performance of the implementation.

JonRowe commented 1 year ago

Thank you!

JonRowe commented 6 months ago

Released in 3.13.0 apologies it has taken so long.