lab.experiment('url', function () {
    lab.test('is a string', function (done) {
      Code.expect(regex.url).to.be.a.string();

      done();