"StepDefinitionClass". (http://www.specflow.org/documentation/Step-Definition-Styles/)
I put the skeleton file right there "C:\Users\me\AppData\Local\SpecFlow\SkeletonTemplates.sftemplate" and reboot Visual Studio.
I tried to regenerate feature.cs files and nothing more was added to the file.
The SkeletonTemplates.sftemplate :
>>>CSharp/StepDefinitionClass
/****************************
* SpecFlow Rocks!
****************************/
using System;
using TechTalk.SpecFlow;
namespace {namespace}
{
[Binding]
public class {className}
{
{bindings}
}
}
Do you have any ideas of what the problem might be ?
Did I miss something ?
Thanks a lot.
Morgan
--
You received this message because you are subscribed to the Google Groups "SpecFlow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specflow+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.