Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Snippets / controller_context_RESTful.tmSnippet
blobaae5cfa7869489bb1d79ac2803efb7ed92944a98
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>describe ${1:controller}, "${2:GET|POST|PUT|DELETE} ${3:/some/path}${4: with some parameters}" do
7 $0
8 end</string>
9 <key>name</key>
10 <string>describe (RESTful Controller)</string>
11 <key>scope</key>
12 <string>source.ruby.rspec</string>
13 <key>tabTrigger</key>
14 <string>desrc</string>
15 <key>uuid</key>
16 <string>0ED99C84-1F7B-471E-BB88-B59C5D08FA6B</string>
17 </dict>
18 </plist>