Remove obsolete stubs

This commit is contained in:
Tautvidas Sipavičius
2015-10-02 14:04:44 +03:00
parent 1409167ab5
commit 007dbf77a4
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ define([
global.stubChannel(EditorApplication);
global.stubConfig(EditorApplication);
EditorApplication.getBlockTypeModel = sinon.stub().returns(Backbone.SuperModel);
global.mailpoet_post_wpi = sinon.stub();
model = new (AutomatedLatestContentBlock.AutomatedLatestContentBlockModel)();
});

View File

@ -25,7 +25,6 @@ define([
beforeEach(function () {
global.stubChannel(EditorApplication);
global.stubConfig(EditorApplication);
global.mailpoet_post_wpi = sinon.stub();
EditorApplication.getBlockTypeModel = sinon.stub().returns(Backbone.SuperModel);
model = new (PostsBlock.PostsBlockModel)();
});