context('when the promise is a minute late', () => {
    def('lateness', () => ({ minutes: 1 }))

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