public function testReturnsKeyspaceDescription()
 {
     $info = $this->cassandra->describeKeyspace();
     $this->assertEquals($info->name, 'CassandraTest');
 }