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

      done();