nextcloud/core/js/tests
Christoph Wurst 2317d7bb49
Fix sinon.stub deprecation warnings
Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore
replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by
the deprecation warning.

This makes the js unit testing output readable again.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-24 10:39:37 +02:00
..
specs Fix sinon.stub deprecation warnings 2017-04-24 10:39:37 +02:00
specHelper.js Merge pull request #3950 from nextcloud/downstream-27149 2017-03-20 11:44:57 +01:00