mirror of
https://github.com/jimeh/stub.sh.git
synced 2026-02-19 13:46:40 +00:00
Fix typo in readme
This commit is contained in:
@@ -74,7 +74,7 @@ stub_called_exactly_times uname 2 # returns 0 (success)
|
|||||||
restore uname
|
restore uname
|
||||||
```
|
```
|
||||||
|
|
||||||
Asserting stub has been called with specific attributes:
|
Asserting stub has been called with specific arguments:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source "stub.sh"
|
source "stub.sh"
|
||||||
@@ -91,7 +91,7 @@ stub_called_with uname -r # returns 0 (success)
|
|||||||
restore uname
|
restore uname
|
||||||
```
|
```
|
||||||
|
|
||||||
Asserting stub has been called X number of times with specific attributes:
|
Asserting stub has been called X number of times with specific arguments:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source "stub.sh"
|
source "stub.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user