Created
November 5, 2017 16:44
-
-
Save olbrichj/070acd386a83b2ded4ea9f87db683010 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// our algorithm has this signature | |
func isCorrectEmail(email Email) -> Bool | |
property("emails should always be correct") <- forAll { (email: Email) in | |
return isCorrectEmail(email) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment