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

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