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