lukemelia / rspec-tmbundle forked from dchelimsky/rspec-tmbundle

Textmate bundle for RSpec.

This URL has Read+Write access

rspec-tmbundle / Snippets / Then step matcher.tmSnippet
100644 20 lines (19 sloc) 0.486 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>Then "${1:description}" do
$0
end
</string>
<key>name</key>
<string>Then step matcher</string>
<key>scope</key>
<string>source.ruby.rspec</string>
<key>tabTrigger</key>
<string>Then</string>
<key>uuid</key>
<string>63AAF6CE-01A1-4054-81A2-926408C22D9A</string>
</dict>
</plist>