Skip to content

Instantly share code, notes, and snippets.

@seankibler
Last active September 25, 2015 08:17
Show Gist options
  • Save seankibler/891041 to your computer and use it in GitHub Desktop.
Save seankibler/891041 to your computer and use it in GitHub Desktop.
A Vim snippet (snipMate) for rspec-given
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