Created
January 17, 2016 20:13
-
-
Save JoeStead/672c76476bfa986b8f0b to your computer and use it in GitHub Desktop.
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
open FsCheck | |
open FsCheck.Xunit | |
open Swensen.Unquote | |
[<Property>] | |
let ``Given Rich likes BDD style tests but not ugly method names when writing tests then we should use F#`` () = | |
true =! true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment