diff --git a/README.md b/README.md index c82c596..4c10fbc 100644 --- a/README.md +++ b/README.md @@ -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