diff --git a/README.md b/README.md index 7681cae..0aa40d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Tests This starter kit comes with an integration test sample, written for QUnit runner. -You can run the tests by opening the `index.html?tests` page in your browser. +You can run the tests by opening the `index.html?test` page in your browser. The test is located in the `tests/tests.js` file. You can see how such an integration test should be written, using QUnit assertions and ember-testing helpers.