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 bca0a1f commit 112024271bd22e7f5b101c1c19c752652ed245ae
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 1120242

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