Skip to content

Instantly share code, notes, and snippets.

@mplatts
Created November 24, 2014 20:20
Show Gist options
  • Save mplatts/774abde643d0d34fd892 to your computer and use it in GitHub Desktop.
Save mplatts/774abde643d0d34fd892 to your computer and use it in GitHub Desktop.
sublime 2
<snippet>
<content><!--[CDATA[
assert_equal(${1:expected}, ${0:actual})
]]--></content>
<tabtrigger>ase</tabtrigger>
<scope>source.ruby</scope>
<description>assert_equal(..)</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment