From 1698fdfe8d56a181745b96a10f71caa00d26cbd8 Mon Sep 17 00:00:00 2001 From: Kyle Pittman Date: Mon, 4 Jan 2016 15:36:24 -0600 Subject: [PATCH] docs(tutorial/2): e2e test was missing filename added `__`test/e2e/scenarios.js`:__` to denote which file we should change to add the behavioral tests. --- docs/content/tutorial/step_02.ngdoc | 2 ++ 1 file changed, 2 insertions(+) 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(){