A lightweight Behaviour Driven Development (BDD) framework. Describe behaviour in plain text using the Gherkin business language, i.e. given, when, then. Easily execute the behaviour against matching F# tick methods (let ``tick method`` () = true) or attributed C# or F# methods.
The xunit API appears to have changed a bit in v2, and so the TickFact.fs included in the nuget no longer builds against xunit v2