Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the differ to print diffs when args are mismatched between expectations and calls #751

Merged
merged 3 commits into from
Oct 20, 2014

Commits on Oct 11, 2014

  1. Use is_a_matcher? in arg_has_valid_description

    This fixes #685. It means that we only print descriptions in errors for
    matcher objects and not for user objects.
    Sam Phippen committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    c55d11b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. Implement diffing between args for mock expectations.

    Sam Phippen committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    139473d View commit details
    Browse the repository at this point in the history
  2. Add a changelog entry for #751

    Sam Phippen committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    29ee51d View commit details
    Browse the repository at this point in the history