Skip to content
Permalink
Browse files

docs(tutorial/2): add e2e test missing filename

Add `__`test/e2e/scenarios.js`:__` to denote which file we should change
to add the behavioral tests.

Closes #13673
  • Loading branch information
monkpit authored and petebacondarwin committed Jan 4, 2016
1 parent d915784 commit e2a03687268393a357a7a2c0336370e4b35ec05c
Showing with 2 additions and 0 deletions.
  1. +2 −0 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(){

0 comments on commit e2a0368

Please sign in to comment.
You can’t perform that action at this time.