forked from pivotalexperimental/jasmine-tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Corey Innis and John Pignata
committed
May 25, 2010
1 parent
136e73b
commit e4a7925
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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 | ||
|
||
* [Jasmine](http://github.com/pivotal/jasmine) | ||
|
||
|
||
# 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 |