diff --git a/Misc/ReSharper.LiveTemplates.DotSettings b/Misc/ReSharper.LiveTemplates.DotSettings new file mode 100644 index 000000000..6c83d7549 --- /dev/null +++ b/Misc/ReSharper.LiveTemplates.DotSettings @@ -0,0 +1,45 @@ + + True + msi + Live template for MSpec 'It' delegate + It should_$do$ = () => $END$; + True + MSpec + True + True + InCSharpFile + 2.0 + True + 0 + True + mse + Live template for MSpec 'Establish' delegate + Establish context = () => $END$; + True + MSpec + True + True + InCSharpFile + 2.0 + True + msb + Live template for MSpec 'Because' delegate + Because of = () => $END$; + True + MSpec + True + True + InCSharpFile + 2.0 + True + msf + It should_fail = () => +Exception.ShouldNotBeNull(); + +static Exception Exception; + True + MSpec + True + True + InCSharpFile + 2.0 \ No newline at end of file