symphony.createRoom(roomInfo)
      .then((response) => {
        assert.equal('foo', response.roomAttributes.name);
        assert.equal('bar', response.roomAttributes.description);
        assert.deepEqual([{key: 'x', value: 'y'}], response.roomAttributes.keywords);