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

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