context('when the url contains an apostrophe', () => {
    def('url', () => '/for-it\'s-test');

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