added cucumber support via feature-mode
This commit is contained in:
parent
df73849b75
commit
c7ba5e4b27
11 changed files with 1150 additions and 3 deletions
7
vendor/feature-mode/snippets/feature-mode/fea
vendored
Executable file
7
vendor/feature-mode/snippets/feature-mode/fea
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#name: Feature: Name
|
||||
# --
|
||||
Feature: ${1:Name}
|
||||
In order to ${2:get some business value}
|
||||
${3:Role} will need ${4:this sweet new feature}
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue