From c942c10c1784a275e104dfb3d2eee07c5da1a11d Mon Sep 17 00:00:00 2001 From: hairlessbear Date: Mon, 22 Jun 2015 21:21:38 -0400 Subject: [PATCH] Added a line break --- 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 218536c08e..02e5c14c20 100644 --- a/test/spec/controllers/notificationCtrlSpec.js +++ b/test/spec/controllers/notificationCtrlSpec.js @@ -55,6 +55,7 @@ describe('Notification Controller', function() { expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'}); }); }); + describe('Quest Completion modal watch', function() { beforeEach(function() { sandbox.stub(rootScope, 'openModal');