From f0ef116e65b0930e2f497b83697339f9e7f0d8d2 Mon Sep 17 00:00:00 2001 From: Christos Koutsiaris Date: Sat, 12 Mar 2016 16:42:23 +0000 Subject: [PATCH] docs(tutorial/2 - Angular Templates): describe your change... Reference to wrong file --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){