-
Notifications
You must be signed in to change notification settings - Fork 187
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
No notInArray() Assertion #113
Comments
@mdavis1982 Could you prepare PR? |
@TomasVotruba I can potentially do that over the weekend |
rquadling
added a commit
that referenced
this issue
Jul 28, 2016
Add not in array assertion. Closes #113.
@mdavis1982 - could you comment on #246. I'm happy to make |
My preference would be strict. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are
not*
assertions for lots of methods, but there isn't one fornotInArray
. I need this assertion for a project I'm working on, and, at the moment, I'm having to do this manually unless there is a better way of doing it.Would it be possible to add this assertion?
The text was updated successfully, but these errors were encountered: