it('should always ignore SAVE action', () => {
        const engine = { save: sinon.spy() };
        const store = {};
        const next = sinon.spy();
        const action = { type: SAVE };