diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 624bbc322e6e..dd123f5984fc 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -132,7 +132,7 @@ The "Angular way" of separating controller from the view, makes it easy to test developed. If our controller is available on the global namespace then we could simply instantiate it with a mock `scope` object: -__`test/e2e/scenarios.js`:__ +__`test/unit/controllersSpec.js`:__ ```js describe('PhoneListCtrl', function(){