Skip to content

Commit ad1bd5f

Browse files
committed
refector(router): rename outlet integration spec to navigation spec
The new name better reflects the behavior under test.
1 parent fc70685 commit ad1bd5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/angular1_router/test/integration/ng_outlet_spec.js renamed to modules/angular1_router/test/integration/navigation_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
describe('ngOutlet', function () {
3+
describe('navigation', function () {
44

55
var elt,
66
$compile,

modules/angular2/test/router/integration/outlet_spec.ts renamed to modules/angular2/test/router/integration/navigation_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var cmpInstanceCount;
4040
var log: string[];
4141

4242
export function main() {
43-
describe('Outlet Directive', () => {
43+
describe('navigation', () => {
4444

4545
var tcb: TestComponentBuilder;
4646
var rootTC, rtr;

0 commit comments

Comments
 (0)