Skip to content

Instantly share code, notes, and snippets.

@borestad
Created May 31, 2012 12:04
Show Gist options
  • Save borestad/2842979 to your computer and use it in GitHub Desktop.
Save borestad/2842979 to your computer and use it in GitHub Desktop.
describe.tmSnippet
<?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>describe("${1:description}", function() {
before(function() {
$2
});
after(function() {
$3
});
it("${4:description}", function() {
$5
});
$0
});</string>
<key>name</key>
<string>describe</string>
<key>scope</key>
<string>source.js.jasmine</string>
<key>tabTrigger</key>
<string>des</string>
<key>uuid</key>
<string>04750DD6-B123-4121-8C14-361322874BDF</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment