diff --git a/test/test.coffee b/test/test.coffee index 98fb46f..a03a6e6 100755 --- a/test/test.coffee +++ b/test/test.coffee @@ -22,7 +22,7 @@ describe 'Acho ::', -> @acho = Acho opts it 'create a new object', -> - (typeof @acho is 'object').should.be.equal true + @acho.should.be.object it 'add a message into the collection', -> @acho.push 'error', 'hello world'