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