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

6 lines
235 B
XML

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