Last active
September 25, 2015 08:17
-
-
Save seankibler/891041 to your computer and use it in GitHub Desktop.
A Vim snippet (snipMate) for rspec-given
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet giv | |
Given(:${4:condition}) { ${5:condition} } | |
When(:${2:result}) { ${3:result} } | |
Then { ${1:assertion} } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment