context('when the promise is an hour late', () => {
    def('lateness', () => ({ hours: 1 }))

    it('gives 99.9% credit', () => {
      expect($credit).to.eq(0.999)