Open
Description
I was happy to find this project as this is a regular frustration of mine, but it doesn't appear to support message expectations from rspec-mocks. I deal with a lot of tests that include something like:
expect(foo).to receive(:bar).with(
hash_including(so_many_things...)
)
Trying to parse the normal rspec output for this when something is off is an absolute nightmare.
I see !67, but it hasn't been touched in 4 years. Is there any plan to finish this feature?