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

☆.。.:*・゜☆ DOMO ARIGATO MR ROBOTO ☆.。.:*・゜☆
This commit is contained in:
Gaëtan PRIOUR
2014-05-18 17:44:32 +00:00
committed by Caitlin Potter
parent 240608447a
commit c5e39c688b

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');