[Edit] Remove mocked unused UrlService

This commit is contained in:
Alex M
2016-09-19 20:22:46 +03:00
parent 5ef6617062
commit b50278e92f

View File

@@ -33,7 +33,6 @@ define(
mockDialogService, mockDialogService,
mockCopyService, mockCopyService,
mockParent, mockParent,
mockUrlService,
actionContext, actionContext,
capabilities = {}, capabilities = {},
action; action;
@@ -113,11 +112,6 @@ define(
] ]
); );
mockUrlService = jasmine.createSpyObj(
"urlService",
["urlForLocation"]
);
actionContext = { actionContext = {
domainObject: mockDomainObject domainObject: mockDomainObject
}; };