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

Fix/property eql #126

Closed
wants to merge 2 commits into from
Closed

Conversation

rauno56
Copy link
Contributor

@rauno56 rauno56 commented Nov 17, 2014

Make have.property to be a little less strict.

Closes #124

@rauchg
Copy link
Contributor

rauchg commented Jan 17, 2015

Nothing in the name (property) implies loose equality checks :\ For situations like this you can just use eql and pass the val manually.

@rauchg rauchg closed this Jan 17, 2015
@rauchg
Copy link
Contributor

rauchg commented Jan 17, 2015

Also the fact that we can pass , val is kinda weird anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

have.property(key, value) asserts "==="-equality
2 participants