Skip to content

Commit

Permalink
Clarify documentation for spy.calledOnceWithExactly (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
LBBO authored and mroderick committed Oct 6, 2018
1 parent 25e0829 commit cb107e3
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/_releases/v4.3.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.10/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.2/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.3/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.4/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.5/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.6/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.7/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.8/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.4.9/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.5.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.10/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.2/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.3/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.4/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.5/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.6/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.7/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.8/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.0.9/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v5.1.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.0.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.0.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.2/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.3/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.4/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.5/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.1.6/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.2.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.0/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.1/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.2/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.3/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.4/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v6.3.5/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down
2 changes: 1 addition & 1 deletion docs/release-source/release/spies.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Returns `true` if spy was called at least once with the provided arguments and n

#### `spy.calledOnceWithExactly(arg1, arg2, ...);`

Returns `true` if spy was called exactly once with the provided arguments and no others.
Returns `true` if spy was called exactly once and with only the provided arguments.


#### `spy.alwaysCalledWithExactly(arg1, arg2, ...);`
Expand Down

0 comments on commit cb107e3

Please sign in to comment.