Skip to content

Commit

Permalink
Updated readme with new spec running info
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 30, 2009
1 parent 42924a0 commit 8e23ebb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,16 @@ POST /login

## Testing

Install [JSpec](http://jspec.info) - note that this currently requires version jspec-2.11.2 (later versions do not work yet), edit the path to JSpec (in spec/spec.node.js) on your machine, and run:
To run all specifications:

$ node spec/spec.node.js
$ make test

Run individual tests files:
Run individual suites:

$ node spec/spec.node.js core

Will run the tests in spec/spec.core.js only.
$ node spec/spec.node.js mime
$ node spec/spec.node.js routing
...

## More Information

Expand Down

0 comments on commit 8e23ebb

Please sign in to comment.