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

expect(inList).to.be.oneOf assertion #534

Merged
merged 3 commits into from
Oct 16, 2015
Merged

expect(inList).to.be.oneOf assertion #534

merged 3 commits into from
Oct 16, 2015

Commits on Oct 13, 2015

  1. Configuration menu
    Copy the full SHA
    db21e48 View commit details
    Browse the repository at this point in the history
  2. feat(matchers): Add value-in-list assertion

    Adds a way to test if a value appears in a flat list. Compliments
    `include.members` to reverse the order of the input. Now the list
    appears in the assertion, as opposed to the `expect`.
    
    Closes #532
    Droogans committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    179d470 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    b474cee View commit details
    Browse the repository at this point in the history