<TemplatesExport family="Live Templates">
  <Template uid="f8d7303f-c075-472f-8754-1ad97a9d7093" shortcut="specc" description="Short template for MSpec BDD context" text="public abstract class with_$Context$&#xD;&#xA;{&#xD;&#xA;	Establish context = () =&gt;&#xD;&#xA;	{&#xD;&#xA;		$END$&#xD;&#xA;	};&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="Everywhere" minimumLanguageVersion="2.0" />
    </Context>
    <Categories />
    <Variables>
      <Variable name="Context" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="fe5e2bc4-4c75-4fa4-9297-edfe9b3bdc20" shortcut="specf" description="Full template for MSpec BDD specification" text="[Subject(typeof($Subject$))]&#xD;&#xA;public class when_$Specification$&#xD;&#xA;{&#xD;&#xA;	Establish context = () =&gt;&#xD;&#xA;	{&#xD;&#xA;		&#xD;&#xA;	};&#xD;&#xA;	&#xD;&#xA;	Because of = () =&gt;&#xD;&#xA;	{&#xD;&#xA;	&#xD;&#xA;	};&#xD;&#xA;	&#xD;&#xA;	It should_$Behaviour$;$END$&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="Everywhere" minimumLanguageVersion="2.0" />
    </Context>
    <Categories />
    <Variables>
      <Variable name="Subject" expression="" initialRange="0" />
      <Variable name="Specification" expression="" initialRange="0" />
      <Variable name="Behaviour" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="6924ce06-1f16-45af-ae8b-95047f0c0630" shortcut="specs" description="Short template for MSpec BDD specification" text="[Subject(typeof($Subject$))]&#xD;&#xA;public class when_$Specification$&#xD;&#xA;{&#xD;&#xA;	It should_$Behaviour$;$END$&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="Everywhere" minimumLanguageVersion="2.0" />
    </Context>
    <Categories />
    <Variables>
      <Variable name="Subject" expression="" initialRange="0" />
      <Variable name="Specification" expression="" initialRange="0" />
      <Variable name="Behaviour" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
  <Template uid="715f754e-0788-4bb0-b217-c6876a2a2fc0" shortcut="spect" description="Template for MSpec BDD specification" text="[Subject(typeof($Subject$))]&#xD;&#xA;public class when_$Specification$ : with_$Context$&#xD;&#xA;{&#xD;&#xA;	Because of = () =&gt;&#xD;&#xA;	{&#xD;&#xA;		&#xD;&#xA;	};&#xD;&#xA;	&#xD;&#xA;	It should_$Behaviour$;$END$&#xD;&#xA;}" reformat="True" shortenQualifiedReferences="True">
    <Context>
      <CSharpContext context="Everywhere" minimumLanguageVersion="2.0" />
    </Context>
    <Categories />
    <Variables>
      <Variable name="Subject" expression="" initialRange="0" />
      <Variable name="Specification" expression="" initialRange="0" />
      <Variable name="Context" expression="" initialRange="0" />
      <Variable name="Behaviour" expression="" initialRange="0" />
    </Variables>
    <CustomProperties />
  </Template>
</TemplatesExport>
