assert_not_same(..)-(asns).sublime-snippet (206B)
1 <snippet> 2 <content><![CDATA[assert_not_same(${1:unexpected}, ${0:actual})]]></content> 3 <tabTrigger>asns</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>assert_not_same(..)</description> 6 </snippet>