Return version numbers of updates

This commit is contained in:
James Allen
2014-03-06 11:00:49 +00:00
parent aadce232a1
commit 5fc139db00
3 changed files with 4 additions and 0 deletions
@@ -90,5 +90,6 @@ describe "HttpController", ->
updates = for update in @rawUpdates
{
meta: @meta
v: @v
}
@res.send.calledWith(JSON.stringify(updates: updates)).should.equal true