Created
February 19, 2013 17:11
-
-
Save jasonrobertfox/4987824 to your computer and use it in GitHub Desktop.
Sublime Snippet: Create Gherkin Feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
#${TM_FILENAME} | |
Feature: ${1:Some terse yet descriptive text of what is desired} | |
In order to ${2:realize a named business value} | |
As a ${3:explicit system actor} | |
I want to ${4:gain some beneficial outcome which furthers the goal} | |
Scenario: ${5:Some determinable business situation} | |
${0} | |
]]></content> | |
<tabTrigger>Feature</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment