diff --git a/src/js/tests/router.spec.js b/src/js/tests/router.spec.js deleted file mode 100644 index bd0fc44..0000000 --- a/src/js/tests/router.spec.js +++ /dev/null @@ -1,19 +0,0 @@ -define( - [ - 'src/js/app/router' - ], - function(Router) { - 'use strict'; - - describe('Router', function() { - - it('should exists', function() { - var newRouter = new Router(); - - expect(newRouter).not.toBeNull(); - }); - - }); - - } -);