Skip to content

Commit

Permalink
Fix tests passing by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 8, 2011
1 parent 58b0897 commit 44d58ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.danger = (helper, cb) ->

server.start = (tests, cb) ->
server.listen 9001, ->
helper.cb = (messages...) ->
helper.adapter.cb = (messages...) ->
tests.shift() messages...
server.close() if tests.length == 0

Expand Down

0 comments on commit 44d58ab

Please sign in to comment.