Torkel Ödegaard 9 anni fa
parent
commit
3a7ec2a26e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      public/test/specs/seriesOverridesCtrl-specs.js

+ 1 - 0
public/test/specs/seriesOverridesCtrl-specs.js

@@ -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: []
       };
       };