docs(tutorial): fixed path to controllersSpec.js file

☆.。.:*・゜☆ DOMO ARIGATO MR ROBOTO ☆.。.:*・゜☆

Closes #7504
This commit is contained in:
Gaëtan PRIOUR
2014-05-18 17:44:32 +00:00
committed by Caitlin Potter
parent 95cdb53e83
commit f34de0ba35

View File

@@ -223,7 +223,7 @@ To run the tests, and then watch the files for changes: `npm test`.
Refresh your browser and verify that it says "Hello, World!".
* Update the unit test for the controller in ./tests/unit/controllersSpec.js to reflect the previous change. For example by adding:
* Update the unit test for the controller in ./test/unit/controllersSpec.js to reflect the previous change. For example by adding:
expect(scope.name).toBe('World');