Skip to content

Support for diffing message expectations? #205

@babelfish

Description

@babelfish

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions