Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • 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.
22 changes: 22 additions & 0 deletions README.md
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

0 comments on commit e4a7925

Please sign in to comment.