test(router): fix typo in spec name

This commit is contained in:
Brian Ford 2015-08-30 21:27:36 -07:00
parent 36eb9d392d
commit 7de447e4b5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export function main() {
// do not refactor out the `bootstrap` functionality. We still want to
// keep this test around so we can ensure that bootstrapping a router works
describe('boostrap functionality', () => {
describe('bootstrap functionality', () => {
it('should bootstrap a simple app', inject([AsyncTestCompleter], (async) => {
var fakeDoc = DOM.createHtmlDocument();
var el = DOM.createElement('app-cmp', fakeDoc);