Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Snippets / should_receive.tmSnippet
blob0571ef4c97530a3a10157f98a67b7f967c1b9a31
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:mock}.should_receive(:${2:message})$3
7 $0
8 </string>
9 <key>name</key>
10 <string>should_receive</string>
11 <key>scope</key>
12 <string>source.ruby.rspec</string>
13 <key>tabTrigger</key>
14 <string>shr</string>
15 <key>uuid</key>
16 <string>0A7E08E5-4756-49BA-B015-FB3A4D11EA45</string>
17 </dict>
18 </plist>