From 9f32d3e7b83b44dacf83bce2eb4890a6330bec77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Jureti=C4=87?= Date: Sun, 15 Dec 2013 16:49:53 -0300 Subject: [PATCH] Fix userServicesSpecs by adding notificationServices --- test/spec/userServicesSpec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spec/userServicesSpec.js b/test/spec/userServicesSpec.js index d4e11d8f52..9fea953a3b 100644 --- a/test/spec/userServicesSpec.js +++ b/test/spec/userServicesSpec.js @@ -4,6 +4,7 @@ describe('userServices', function() { var $httpBackend, $window, user, STORAGE_USER_ID, STORAGE_SETTINGS_ID; beforeEach(module('habitrpg')); + beforeEach(module('notificationServices')); beforeEach(function(){ module(function($provide){