null+****@clear*****
null+****@clear*****
2012年 5月 22日 (火) 18:32:09 JST
Yoji SHIDARA 2012-05-22 18:32:09 +0900 (Tue, 22 May 2012) New Revision: 04a9f12f28100a1b06af3381fe40be73fa20e664 Log: fix spec messages Modified files: test/database.test.coffee Modified: test/database.test.coffee (+2 -2) =================================================================== --- test/database.test.coffee 2012-05-22 18:19:23 +0900 (e1c4f2c) +++ test/database.test.coffee 2012-05-22 18:32:09 +0900 (eac819b) @@ -61,11 +61,11 @@ describe 'nroonga.Database', -> describe '#commandSync', -> status = db.commandSync('status') - it 'should return groonga result', -> + it 'should return groonga results', -> should.exist(status.version) describe '#command', -> - it 'should return nroonga', (done) -> + it 'should return groonga results', (done) -> db.command 'status', (error, data) -> throw error if error should.exist(data.version)