added basic snippets for Cucumber step definitions

This commit is contained in:
2011-08-30 16:51:28 +01:00
parent b0c5e0b7a6
commit d2b9c61534
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#name : Given(...)
# --
Given(/^${1:match}$/)$0

View File

@@ -0,0 +1,3 @@
#name : Then(...)
# --
Then(/^${1:match}$/)$0

View File

@@ -0,0 +1,3 @@
#name : When(...)
# --
When(/^${1:match}$/)$0