assert_no_match(..)-(asnm).sublime-snippet (223B)
1 <snippet> 2 <content><![CDATA[assert_no_match(/${1:unexpected_pattern}/, ${0:actual_string})]]></content> 3 <tabTrigger>asnm</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>assert_no_match(..)</description> 6 </snippet>