mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added basic snippets for Cucumber step definitions
This commit is contained in:
3
snippets/custom/ruby-mode/general/Given
Normal file
3
snippets/custom/ruby-mode/general/Given
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : Given(...)
|
||||
# --
|
||||
Given(/^${1:match}$/)$0
|
||||
3
snippets/custom/ruby-mode/general/Then
Normal file
3
snippets/custom/ruby-mode/general/Then
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : Then(...)
|
||||
# --
|
||||
Then(/^${1:match}$/)$0
|
||||
3
snippets/custom/ruby-mode/general/When
Normal file
3
snippets/custom/ruby-mode/general/When
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : When(...)
|
||||
# --
|
||||
When(/^${1:match}$/)$0
|
||||
Reference in New Issue
Block a user