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

Prevent missing chains from failing the expectation when dealing with super/sub classes #1501

Closed JonRowe closed 1 year ago

JonRowe commented 1 year ago

Fixes #1496

pirj commented 1 year ago

Thank you!