-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I love the purity of doing everything through composers, and having exactly one way to make each assertion. Practically speaking, it was more verbose than it needed to be and not any more readable. A function like `be.Not` can continue to exist for complex use cases, and we let a top-level `ShouldNot`/`MustNot` handle the vast majority of negations with a much lighter syntax and more readable English. This also implies that other native functions like `ShouldEventually` might one day warrant existing. I don't think today is that day.
- Loading branch information
Showing
4 changed files
with
139 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters