refector(router): rename outlet integration spec to navigation spec

The new name better reflects the behavior under test.
This commit is contained in:
Brian Ford 2015-08-31 15:53:37 -07:00
parent fc7068550c
commit ad1bd5fc11
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use strict'; 'use strict';
describe('ngOutlet', function () { describe('navigation', function () {
var elt, var elt,
$compile, $compile,

View File

@ -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;