drnic / ruby-shoulda-tmbundle

TextMate bundle for Ruby Shoulda gem/Rails plugin

This URL has Read+Write access

ruby-shoulda-tmbundle / Snippets / Factory build.tmSnippet
100644 17 lines (16 sloc) 0.482 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>Factory.build(:${1:model})</string>
<key>name</key>
<string>Factory build</string>
<key>scope</key>
<string>source.ruby.rails.shoulda</string>
<key>tabTrigger</key>
<string>facb</string>
<key>uuid</key>
<string>93DB4382-3BD8-4049-9422-1BD0611B3F94</string>
</dict>
</plist>