Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(tutorial/2): add e2e test missing filename
Browse files Browse the repository at this point in the history
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 e2a0368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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(){

Expand Down

0 comments on commit e2a0368

Please sign in to comment.