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_eventually.tmSnippet
100644 19 lines (18 sloc) 0.493 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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_eventually "$1" do
  $0
end</string>
  <key>name</key>
  <string>should_eventually</string>
  <key>scope</key>
  <string>source.ruby.rails.shoulda</string>
  <key>tabTrigger</key>
  <string>she</string>
  <key>uuid</key>
  <string>7F642DCE-BDA2-4630-8215-ECE11E31CC5F</string>
</dict>
</plist>