ReSharper Templates
The "SpecsFor File & Live Templates" ReSharper extension adds some useful file and live templates to ReSharper that make it easier to work with SpecsFor.
First, the Specs file template will generate a skeleton for a simple spec for you:
Next, the then live template will generate the stub of a test case within a spec:
Finally, the when live template will add another spec within an existing file:
Together, these three simple templates can help streamline the creation of new test cases with SpecsFor!
Updated less than a minute ago