mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
19 lines
515 B
Plaintext
19 lines
515 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string>assert_difference "${1:Model}.${2:count}", ${3:1} do
|
|
$0
|
|
end</string>
|
|
<key>name</key>
|
|
<string>assert_difference</string>
|
|
<key>scope</key>
|
|
<string>source.ruby</string>
|
|
<key>tabTrigger</key>
|
|
<string>asd</string>
|
|
<key>uuid</key>
|
|
<string>30BEA6FB-301C-4460-93EC-FA3404688962</string>
|
|
</dict>
|
|
</plist>
|