From 0e4e7a032ad07397d01574c37b551b3a4fe47403 Mon Sep 17 00:00:00 2001 From: hairlessbear Date: Mon, 22 Jun 2015 21:36:06 -0400 Subject: [PATCH] Added explanatory comment --- test/spec/controllers/notificationCtrlSpec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spec/controllers/notificationCtrlSpec.js b/test/spec/controllers/notificationCtrlSpec.js index 03b3e63d7f..5687eea182 100644 --- a/test/spec/controllers/notificationCtrlSpec.js +++ b/test/spec/controllers/notificationCtrlSpec.js @@ -67,6 +67,7 @@ describe('Notification Controller', function() { expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'}); }); + // Ensures that the completion modal opens before the invitation modal it('opens quest completion modal if RSVPNeeded is true', function() { user.party.quest.RSVPNeeded = true; user.party.quest.completed = "hedgebeast";