Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Snippets / should_receive_with_args.tmSnippet
blob8dad5379634f76d1e687b879a8f37242611aba6c
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>with(${1:args})
7 $0
8 </string>
9 <key>name</key>
10 <string>with args</string>
11 <key>scope</key>
12 <string>source.ruby.rspec</string>
13 <key>tabTrigger</key>
14 <string>wia</string>
15 <key>uuid</key>
16 <string>3F3E8066-8C1A-40D1-85C7-9DC18C6A34BA</string>
17 </dict>
18 </plist>