fixed unit test

This commit is contained in:
Torkel Ödegaard 2016-02-22 19:00:48 +01:00
parent 56a05d78bd
commit 3a7ec2a26e

View File

@ -20,6 +20,7 @@ define([
// beforeEach(function() {
ctx.scope = $rootScope.$new();
ctx.scope.ctrl = {
refresh: sinon.spy(),
render: sinon.spy(),
seriesList: []
};