Skip to content

Instantly share code, notes, and snippets.

@JoeStead
Created January 17, 2016 20:13
Show Gist options
  • Save JoeStead/672c76476bfa986b8f0b to your computer and use it in GitHub Desktop.
Save JoeStead/672c76476bfa986b8f0b to your computer and use it in GitHub Desktop.
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