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

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