it("should set a filter method to be called after a specific action in the order they were added", done => {
                        logResponseSpy = sinon.spy(() => {
                            sinon.assert.callOrder(deleteSpy, shredResponseSpy, logResponseSpy);
                            done();
                        });