Fix userServicesSpecs by adding notificationServices

This commit is contained in:
Dušan Juretić
2013-12-15 16:49:53 -03:00
parent 774775de7a
commit 9f32d3e7b8

View File

@@ -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){