config/sublime/Packages/Ruby/assert_match(..)-(asm).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
226 B
XML

<snippet>
<content><![CDATA[assert_match(/${1:expected_pattern}/, ${0:actual_string})]]></content>
<tabTrigger>asm</tabTrigger>
<scope>source.ruby</scope>
<description>assert_match(..)</description>
</snippet>