Turned on client side tests. Fixed broken tests

This commit is contained in:
Keith Holliday
2016-05-03 10:52:21 -05:00
parent 78a8eea79a
commit fd244ac021
17 changed files with 245 additions and 260 deletions

View File

@@ -4,7 +4,6 @@ describe('Footer Controller', function() {
var scope, user;
beforeEach(inject(function($rootScope, $controller) {
console.log(window.env.NODE_ENV);
user = specHelper.newUser();
var User = {log: sandbox.stub(), set: sandbox.stub(), user: user};
scope = $rootScope.$new();