diff --git a/hacking/RouteController.unit.js b/hacking/RouteController.unit.js deleted file mode 100644 index cd687809e0..0000000000 --- a/hacking/RouteController.unit.js +++ /dev/null @@ -1,14 +0,0 @@ -describe('RouteController', function() { - - beforeEach(function() { - }); - - it('Should init', function() { - var rc = new RouteViewController({ - root: 'hacking/route.html'; - }); - rc.when('/', function() { - console.log('Loaded'); - }); - }); -});