neoeinstein / TickSpec

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.
https://tickspec.codeplex.com/
5 stars 2 forks source link

TickSpec.xUnit samples are broken against XUnit v2+ #1

Open piers7 opened 7 years ago

piers7 commented 7 years ago

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

bartelink commented 7 years ago

I have done some stuff in https://github.com/bartelink/tickspec re this. It worked very well but am not actively using it personally.