1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-26 14:39:46 +01:00

Rename header

This commit is contained in:
Sam Stephenson 2012-11-16 17:57:30 -06:00
parent 392d2fa6a0
commit d5d57bda5f

View File

@ -57,7 +57,7 @@ containing multiple `.bats` files. Bats will run each test file
individually and aggregate the results. If any test case fails, `bats`
exits with a `1` status code.
## Writing Bats tests
## Helpers and introspection
### The _run_ helper