context('when the url repeats the username and domain', () => {
    def('url', () => '/tester.commits.to/test/the/things');

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