Extends
lithium\test\UnitSource
public function testDescribe() {
$couchdb = new CouchDb($this->_testConfig);
$this->expectException('/companies is not available/');
$result = $couchdb->describe('companies');
$this->assertNull($result);
}