diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2fad895f9c78..624bbc322e6e 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -132,6 +132,8 @@ 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`:__ + ```js describe('PhoneListCtrl', function(){