lab.test('it gets mysql host', (done) => {
      Code.expect(Config.get('/mysql/host')).to.equal('localhost');
      done();
    });