context('when the url ends in abby', () => {
    def('url', () => '/test/this/thing/for/abby');

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