From d5d57bda5f666a0f387c2199e96dc1e789f622d4 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Fri, 16 Nov 2012 17:57:30 -0600 Subject: [PATCH] Rename header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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