public
Description: TextMate bundle for Ruby Shoulda gem/Rails plugin
Homepage: http://thoughtbot.com/projects/shoulda
Clone URL: git://github.com/drnic/ruby-shoulda-tmbundle.git
ruby-shoulda-tmbundle / Snippets / should_set_the_flash_to.tmSnippet
100644 17 lines (16 sloc) 0.5 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>content</key>
  <string>should_set_the_flash_to ${1:value}</string>
  <key>name</key>
  <string>should_set_the_flash_to</string>
  <key>scope</key>
  <string>source.ruby.rails.shoulda</string>
  <key>tabTrigger</key>
  <string>shsf</string>
  <key>uuid</key>
  <string>E3A9360A-3177-41C4-B21B-B1411282FB16</string>
</dict>
</plist>