Fix unit tests

This commit is contained in:
James Allen 2014-07-15 18:33:59 +01:00
parent 81eca79613
commit 2a3ff3c523

View file

@ -55,7 +55,7 @@ describe "ChatController", ->
describe "getMessages", -> describe "getMessages", ->
beforeEach -> beforeEach ->
@req.body = @query @req.query = @query
it "should ask the chat handler about the request", (done)-> it "should ask the chat handler about the request", (done)->