Skip to content

Commit

Permalink
fix(router): change refresh navigation to check config for static hre…
Browse files Browse the repository at this point in the history
…f not nav model href

rename test
  • Loading branch information
simonfox committed May 28, 2016
1 parent ba75d4f commit 24de292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/router.spec.js
Expand Up @@ -406,7 +406,7 @@ describe('the router', () => {
expect(router.navigation[0].href).toEqual('#/updated-root/dynamic');
});

it('updates a dynamic href ', () => {
it('respects a static href ', () => {
router.baseUrl = 'updated-root';
router.refreshNavigation();

Expand Down

0 comments on commit 24de292

Please sign in to comment.