Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 541 Bytes

A TextMate bundle for the Jasmine JavaScript BDD Framework.

About

Jasmine is a behavior-driven testing framework for Javascript. This is a TextMate bundle for working with Jasmine.

More

Bundle Installation

$ cd ~/Library/Application\ Support/TextMate/Bundles/
$ git clone git://github.com/pivotal/jasmine-tmbundle.git Jasmine.tmbundle
$ osascript -e 'tell app "TextMate" to reload bundles'

# or

$ [sudo] gem install textmate
$ textmate install Jasmine