Disabled outdated router test

This commit is contained in:
Michael Schmatz 2014-01-12 13:29:42 -08:00
parent 128c0b3ba3
commit 08805b6470

View file

@ -1,8 +1,9 @@
describe 'Router', ->
Router = require 'lib/Router'
it 'caches the home view', ->
xit 'caches the home view', ->
router = new Router()
router.openRoute('home')
#currentView doesn't exist
expect(router.cache['home']).toBe(router.currentView)
home = router.currentView
router.openRoute('home')