bmabey / webrat-tmbundle

Useful collection of webrat Textmate snippets meant for use with the RSpec Story and/or Cucumber bundles

webrat-tmbundle / Snippets / uncheck.tmSnippet
100644 17 lines (16 sloc) 0.52 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>uncheck '${1:id_or_name_or_label}'</string>
<key>name</key>
<string>uncheck</string>
<key>scope</key>
<string>source.ruby.rspec.cucumber.steps,source.ruby.rspec.story.steps</string>
<key>tabTrigger</key>
<string>unc</string>
<key>uuid</key>
<string>0F7FB1AF-BF0F-4427-A886-1BAECFC09FB7</string>
</dict>
</plist>