context('when the url contains a % sign', () => {
    def('url', () => '/space%20here');

    it('rejects the % sign', () => {
      expect($subject.valid).to.be.false;