Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fixed path to test file #7504

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down Expand Up @@ -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/
[karma]: http://karma-runner.github.io/