return expect(subject.execute()).to.be.rejected
        .then(function() {
          expect(hooksRun.length).to.eq(2);
          expect(hooksRun[0]).to.eq('hook1');
          expect(hooksRun[1]).to.eq('didFail');