Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LearnBoost/mongoose into 3.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Mar 27, 2013
2 parents 897c4b4 + 86f1964 commit bbaa5a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -32,7 +32,9 @@ If you have a question about Mongoose (not a bug report) please post it to eithe
### Running the tests
- Open a terminal and navigate to the root of the project
- execute `npm install` to install the necessary dependencies
- execute `make test` to run the tests
- execute `make test` to run the tests (we're using [mocha](http://visionmedia.github.com/mocha/))
- or to execute a single test `T="-g 'some regexp that matches the test description'" make test`
- any mocha flags can be specified with T="..."

### Documentation

Expand Down

0 comments on commit bbaa5a1

Please sign in to comment.