Commit 3a7ec2a2 by Torkel Ödegaard

fixed unit test

parent 56a05d78
......@@ -20,6 +20,7 @@ define([
// beforeEach(function() {
ctx.scope = $rootScope.$new();
ctx.scope.ctrl = {
refresh: sinon.spy(),
render: sinon.spy(),
seriesList: []
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment