Added a line break

This commit is contained in:
hairlessbear
2015-06-22 21:21:38 -04:00
parent b249e103de
commit c942c10c17

View File

@@ -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');