This commit is contained in:
Henry Oswald
2015-09-14 15:36:08 +01:00
5 changed files with 21 additions and 7 deletions
@@ -369,5 +369,5 @@ describe "CompileController", ->
it "should return a 200 and body", ->
@res.send
.calledWith(200, {content:"body"})
.calledWith({content:"body"})
.should.equal true