context('when the "?" is followed by a "/"', () => {
    def('url', () => 'go_running?/by/2:30pm');

    it('does not consider the url to have a querystring', () => {
      expect($subject.valid).to.be.true;