Skip to content

Commit

Permalink
language fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkan-Yilmaz committed Mar 9, 2012
1 parent 2c8aaec commit 254671c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Expand Up @@ -141,9 +141,9 @@ var expect = chai.expect;
### Usage

The jack integration with Chai provides a unique approach to mocks/stubs. Assertions
can be defined before or after the test has taking place. This feature is referred to
as `tense` detection and is an experimental feature provided Chai, and works in the same
way has negation. Where the keyword `not` will negate a statement, the keyword `been` will
can be defined before or after the test has taken place. This feature is referred to
as `tense` detection and is an experimental feature provided by Chai, and works in the same
way as negation. Where the keyword `not` will negate a statement, the keyword `been` will
indicate that we are asserting how something has already behaved. This feature is only
available in the jack/chai integration. Here is an example:

Expand Down Expand Up @@ -262,7 +262,7 @@ expect(myfoo.bar).to.be.called.max(3);

### Roadmap

Chai integration will expanding its assertions to include `calledWith` and
Chai integration will be expanding its assertions to include `calledWith` and
other argument assertions in the near future.

## Tests
Expand Down

0 comments on commit 254671c

Please sign in to comment.