From cb0f665feede6f5813a972ed585c7603f996c801 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 4 Dec 2015 22:45:58 +0000 Subject: [PATCH] refactor test, more expressive --- test/test.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'