angular-cn/modules/angular2/test/router/integration
Julie Ralph 686457890d chore(test): rename RootTestComponent to ComponentFixture
BREAKING CHANGE:

Before:

```
testComponentBuilder.createAsync(MyComponent).then(root: RootTestComponent => {
}
```

After:

```
testComponentBuilder.createAsync(MyComponent).then(fixture: ComponentFixture => {
}
```

Closes #4711
2015-11-03 14:56:22 -08:00
..
lifecycle_hook_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
navigation_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
router_integration_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00
router_link_spec.ts chore(test): rename RootTestComponent to ComponentFixture 2015-11-03 14:56:22 -08:00