14 lines
352 B
XML
14 lines
352 B
XML
<snippet>
|
|
<content><![CDATA[require "test/unit"
|
|
|
|
require "${1:library_file_name}"
|
|
|
|
class Test${2:${1/([\w&&[^_]]+)|./\u$1/g}} < Test::Unit::TestCase
|
|
def test_${3:case_name}
|
|
$0
|
|
end
|
|
end]]></content>
|
|
<tabTrigger>tc</tabTrigger>
|
|
<scope>source.ruby</scope>
|
|
<description>class .. < Test::Unit::TestCase .. end</description>
|
|
</snippet>
|