Skip to content

Commit

Permalink
refactor test, more expressive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 4, 2015
1 parent 8417785 commit cb0f665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cb0f665

Please sign in to comment.