From e6e212d436fe6698bcbe5c9a716a0611a263e70c Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 17 Feb 2015 17:29:26 -0600 Subject: [PATCH] Added todo for area where test is failing to behave properly --- test/api.mocha.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/api.mocha.coffee b/test/api.mocha.coffee index 6ddbcb588b..fa02315c97 100644 --- a/test/api.mocha.coffee +++ b/test/api.mocha.coffee @@ -356,6 +356,11 @@ describe "API", -> # Send them invitations (_party, cb) -> + # @TODO - _party should be array of newly + # registered party members, instead + # _party = an array of 3 user objects + # all the user objects are the main user + # instead of the party members just registered party = _party inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid=" async.parallel [