Skip to content

Commit

Permalink
Readme updated to add description of use with mocha commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang Van committed Jun 3, 2012
1 parent caeb2c6 commit dc35e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Mocha-Cakes gives you the following methods
`System`
`Describe`

You can use these commands to describe your tests & specs, as well as mocha's BDD commands `describe`, `it`, `before`, `beforeEach`, `after`, `afterEach` OR mocha's TDD commands `suite`, `test`, `setup`, `teardown`, `suiteSetup`, `suiteTeardown`

# Mocha-Cakes Commands Breakdown

Mocha-Cakes extends Mocha, by adding on helpful commands and print-outs for Acceptance Tests. (Given, When, Then, etc.)
Expand Down

0 comments on commit dc35e25

Please sign in to comment.