public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Search Repo:
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
ruby-on-rails-tmbundle / Snippets / Test Assert Response (are).plist
100644 16 lines (16 sloc) 0.506 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>assert_response :${1:success}, @response.body$0</string>
  <key>name</key>
  <string>assert_response</string>
  <key>scope</key>
  <string>source.ruby.rails</string>
  <key>tabTrigger</key>
  <string>asre</string>
  <key>uuid</key>
  <string>2BD82DCB-1F19-4C8F-BC70-C0BBB06A2138</string>
</dict>
</plist>