mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Fix typo
This commit is contained in:
parent
1d81e9c15a
commit
883eabef82
|
@ -68,7 +68,7 @@ results. If any test case fails, `bats` exits with a `1` status code.
|
|||
|
||||
## Writing tests
|
||||
|
||||
Each Bats test file is evaulated n+1 times, where _n_ is the number of
|
||||
Each Bats test file is evaluated n+1 times, where _n_ is the number of
|
||||
test cases in the file. The first run counts the number of test cases,
|
||||
then iterates over the test cases and executes each one in its own
|
||||
process.
|
||||
|
|
Loading…
Reference in New Issue
Block a user