I installed SpecFlow package via NuGet in VS2012 Express edition for my class library project. But when I want to add a new SpecFlow item to it I can't find any SpecFlow templates on the list. I see in the project references that TechTalk.SpecFlow is added.
I found some work around for VS2010 Express : https://stackoverflow.com/a/5041703/1037754 but I would prefer to have it working in the 'normal' way if possible:)
I have .Net 4.5 on my machine if that matters.
Thanks!