Skip to content

Commit

Permalink
Remove superfluous calls in example (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
unphased authored and mantoni committed May 29, 2017
1 parent 9e3eac3 commit 9ca272e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/release-source/release/spies.md
Expand Up @@ -157,8 +157,6 @@ Creates a spy that only records calls when the received arguments match those pa
"should call method once with each argument": function () {
var object = { method: function () {} };
var spy = sinon.spy(object, "method");
spy.withArgs(42);
spy.withArgs(1);

object.method(42);
object.method(1);
Expand Down

0 comments on commit 9ca272e

Please sign in to comment.