remove empty test case from header.client.controller.test.js

This commit is contained in:
David Baldwynn 2017-11-20 20:30:41 -08:00
parent 4d8fe4c23a
commit 9c24d15a32

View File

@ -47,9 +47,5 @@
$scope: scope
});
}));
it('should expose the authentication service', function() {
//expect(scope.authentication).toBeTruthy();
});
});
})();