Skip to content

Commit

Permalink
Update README with info on running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 24, 2011
1 parent d99b683 commit 3fd1410
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ is valid.
// Prints 'Field "password" is required'
sys.puts(user.errors.password);

## Running the tests

In the geddy project directory, run `jake test`. The tests simply
use NodeJS's `assert` library, which throw an error on failure.
If there are no errors, the tests all ran successfully.

## API Docs

API docs [can be found here](http://mde.github.com/geddy/doc/).
Expand Down

0 comments on commit 3fd1410

Please sign in to comment.