Commit 3a7ec2a2 by Torkel Ödegaard

fixed unit test

parent 56a05d78
...@@ -20,6 +20,7 @@ define([ ...@@ -20,6 +20,7 @@ define([
// beforeEach(function() { // beforeEach(function() {
ctx.scope = $rootScope.$new(); ctx.scope = $rootScope.$new();
ctx.scope.ctrl = { ctx.scope.ctrl = {
refresh: sinon.spy(),
render: sinon.spy(), render: sinon.spy(),
seriesList: [] 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