Skip to content

Support for diffing message expectations? #205

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions