-
Robert Knight authored
- Fix cases where `sinon.spy` was used where `sinon.stub` should have been used. In recent versions of Sinon only stubs have a `reset` method. - Fix use of `sinon.stub` as object instead of function
b6e018d7
- Fix cases where `sinon.spy` was used where `sinon.stub` should have been used. In recent versions of Sinon only stubs have a `reset` method. - Fix use of `sinon.stub` as object instead of function