Created
July 24, 2018 13:26
-
-
Save truizlop/ed77c4982eec9173dd2ba0b974188b59 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
property("Whatever property") <- forAll(String.arbitrary) { (a : String) in | |
// Test property | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment