We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Textmate bundle for RSpec.
Clone URL: git://github.com/dchelimsky/rspec-tmbundle.git
rspec-tmbundle / Snippets / should_not_match.tmSnippet
100644 18 lines (17 sloc) 0.506 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>${1:target}.should_not match(/${2:regexp}/)
$0</string>
  <key>name</key>
  <string>should_not match</string>
  <key>scope</key>
  <string>source.ruby.rspec</string>
  <key>tabTrigger</key>
  <string>shnm</string>
  <key>uuid</key>
  <string>014285F3-D908-427F-B535-E5A4AEF09339</string>
</dict>
</plist>