tags:

views:

47

answers:

1

In a previous question found here, I asked a question about BDD and SpecFlow. The best answer was to use nSpec instead of SpecFlow.

I found nSpec, but I am having trouble finding tutorials on how to use it with C#. My google mojo isn't working for this topic.

Apart from the small instructional on the nSpec github site on how to install nSpec, does anyone have any links to good beginning tutorials on using nSpec?

A: 

If you have trouble in getting started, why don't you switch to a framework that has a tutorial available? I have written a complete run-through for my own BDD engine, called Aubergine; you can see it here: http://www.corebvba.be/blog/post/Getting-started-quickly-with-BDD-in-Net.aspx

Tom