Initial commit.
This commit is contained in:
5
vim/snippets/cucumber/feature.snippet
Executable file
5
vim/snippets/cucumber/feature.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
Feature: ${1:[feature name eg. "Manage some thing ..."]}
|
||||
In order to ${2:[goal]}
|
||||
As a ${3:[stakeholder]}
|
||||
I want ${4:[behavior]}
|
||||
|
||||
Reference in New Issue
Block a user