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

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