refector(router): rename outlet integration spec to navigation spec
The new name better reflects the behavior under test.
This commit is contained in:
parent
fc7068550c
commit
ad1bd5fc11
@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
describe('ngOutlet', function () {
|
describe('navigation', function () {
|
||||||
|
|
||||||
var elt,
|
var elt,
|
||||||
$compile,
|
$compile,
|
@ -40,7 +40,7 @@ var cmpInstanceCount;
|
|||||||
var log: string[];
|
var log: string[];
|
||||||
|
|
||||||
export function main() {
|
export function main() {
|
||||||
describe('Outlet Directive', () => {
|
describe('navigation', () => {
|
||||||
|
|
||||||
var tcb: TestComponentBuilder;
|
var tcb: TestComponentBuilder;
|
||||||
var rootTC, rtr;
|
var rootTC, rtr;
|
Loading…
x
Reference in New Issue
Block a user