Skip to content

Commit

Permalink
Fixed some ReadMe about GWTabi commands being a describe if first arg…
Browse files Browse the repository at this point in the history
…ument is omitted
  • Loading branch information
Quang Van committed Jun 3, 2012
1 parent 7af1d82 commit 5ab6e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -121,9 +121,9 @@ Mocha-cakes gives you access to function names


_"Feature", "Scenario"_ that wraps around mocha's `describe()`. _"Feature", "Scenario"_ that wraps around mocha's `describe()`.


_"Given", "When", "Then", "And", "But"_ wraps around mocha's `it()`. _"Given", "When", "Then", "And", "But"_ wraps around mocha's `it()`. (If first argument is omitted `Given ->` it'll be a `describe()`)


Also bonus, "Describe" wraps around mocha's _describe()_ also, that could be used at the start of spec files. It prints out in bolded blue header with `-R Spec`. Also bonus, "Describe" wraps around mocha's _describe()_ also, that could be used at the start of spec files. It prints out in bolded blue header with `-R Spec`. And `System()` is a _describe_ or _it_ depending on if first argument is a string or callback.


So the above would output something like: So the above would output something like:


Expand Down

0 comments on commit 5ab6e6a

Please sign in to comment.