Changed Quests comment and did done() inside the last function

This commit is contained in:
NotGonnaGitUs
2015-05-04 19:08:45 +05:30
parent fc61a9c39f
commit 9a3c383bc7
+1 -4
View File
@@ -506,11 +506,8 @@ describe "API", ->
request.del(baseURL + "/challenges/" + challenge._id).end (res) ->
User.findById _id, (err, user) ->
expect(user.balance).to.be 8
done()
done()
###*
QUESTS
###
describe "Quests", ->
party = undefined
participating = []