From 0bcc745bf46dbd0f3fd140fe858f5ed42f229664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20PRIOUR?= Date: Sun, 18 May 2014 17:44:32 +0000 Subject: [PATCH] Fixed path to test file --- docs/content/tutorial/step_02.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2396b2416c51..a036b4065e45 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -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'); @@ -255,4 +255,4 @@ to the app. [jasmine]: http://jasmine.github.io/ [jasmine-docs]: http://jasmine.github.io/1.3/introduction.html -[karma]: http://karma-runner.github.io/ \ No newline at end of file +[karma]: http://karma-runner.github.io/