Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify documentation
Make it clearer what the tip about using `sinon.reset()` for resetting
stubs actually does.
  • Loading branch information
mroderick committed Jan 8, 2018
1 parent ea666c0 commit f14c3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/stubs.md
Expand Up @@ -178,7 +178,7 @@ This is equivalent to calling both `stub.resetBehavior()` and `stub.resetHistory

*Since `sinon@5.0.0`*

You can reset all stubs using `sinon.reset()`
As a convenience, you can apply `stub.reset()` to all stubs using `sinon.reset()`

#### `stub.resetBehavior();`

Expand Down

0 comments on commit f14c3cf

Please sign in to comment.