bmabey / webrat-tmbundle

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

This URL has Read+Write access

bmabey (author)
Thu Jan 22 07:43:35 -0800 2009
commit  7b76057c3c831ea3c4676227a440a5d083d97d0f
tree    52c5754bbe8fdc46b069bb510c7d9141f8626840
parent  87c52e8b77e931aac9a7f37abc12b89c89597254
webrat-tmbundle / Snippets / click_get_link.tmSnippet
100644 17 lines (16 sloc) 0.524 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>click_get_link '${1:link_text}'</string>
<key>name</key>
<string>click_get_link</string>
<key>scope</key>
<string>source.ruby.rspec.cucumber.steps,source.ruby.rspec.story.steps</string>
<key>tabTrigger</key>
<string>cli</string>
<key>uuid</key>
<string>81CF9D6F-12C7-4D64-9B9D-8923BC9AC6BE</string>
</dict>
</plist>