Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Snippets / should_be_an_instance_of.tmSnippet
blobaa0cbc147caf006c5185b020022fa256ea4d8a94
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>${1:target}.should be_instance_of(${2:klass})
7 $0</string>
8 <key>name</key>
9 <string>should be_instance_of</string>
10 <key>scope</key>
11 <string>source.ruby.rspec</string>
12 <key>tabTrigger</key>
13 <string>shbio</string>
14 <key>uuid</key>
15 <string>8C5B6597-E115-4569-AE58-EF04042B21CD</string>
16 </dict>
17 </plist>