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';
|
||||
|
||||
describe('ngOutlet', function () {
|
||||
describe('navigation', function () {
|
||||
|
||||
var elt,
|
||||
$compile,
|
|
@ -40,7 +40,7 @@ var cmpInstanceCount;
|
|||
var log: string[];
|
||||
|
||||
export function main() {
|
||||
describe('Outlet Directive', () => {
|
||||
describe('navigation', () => {
|
||||
|
||||
var tcb: TestComponentBuilder;
|
||||
var rootTC, rtr;
|
Loading…
Reference in New Issue