Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Snippets / should_not_equal.tmSnippet
blob7c1d7ad807abb772f4bd4e3a2a9ff7c83ff1fcbd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>content</key>
6 <string>${1:target}.should_not equal(${2:value})
7 $0</string>
8 <key>name</key>
9 <string>should_not equal</string>
10 <key>scope</key>
11 <string>source.ruby.rspec</string>
12 <key>tabTrigger</key>
13 <string>shne</string>
14 <key>uuid</key>
15 <string>A6966089-6A33-4836-B85D-9CB72DBEB0A5</string>
16 </dict>
17 </plist>