Skip to content

Instantly share code, notes, and snippets.

@jasonrobertfox
Created February 19, 2013 17:11
Show Gist options
  • Save jasonrobertfox/4987824 to your computer and use it in GitHub Desktop.
Save jasonrobertfox/4987824 to your computer and use it in GitHub Desktop.
Sublime Snippet: Create Gherkin Feature
<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