Removed RouteController unit

Not sure we even eed the route controller right now.
This commit is contained in:
Max Lynch
2013-09-20 10:25:16 -05:00
parent 32b59ff372
commit 539a0c98df

View File

@ -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');
});
});
});