From c17de0df7477d5a936096f6f09caeaabbcfc74b1 Mon Sep 17 00:00:00 2001 From: Kyle Mellander Date: Thu, 29 Sep 2016 09:09:53 -0700 Subject: [PATCH] Change acceptance test header to main header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90779cd..cd7496c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ all components and ember template helpers based on their name. (i.e. `{{your-component}}` will give the components element a data test attribute of `your-component`) -###### Acceptance Test Helper +## Acceptance Test Helper To help you simplify your testing, an acceptance test helper is provided. To use it in your acceptance tests, simply add the following line to the top of