Skip to content

Instantly share code, notes, and snippets.

@betacar
Created May 14, 2013 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betacar/5576474 to your computer and use it in GitHub Desktop.
Save betacar/5576474 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
describe '${1:description}' do
${2}
end
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>describe</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.ruby</scope>
<description>Rspec describe block</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment