[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,
mockCopyService,
mockParent,
mockUrlService,
actionContext,
capabilities = {},
action;
@ -112,12 +111,7 @@ define(
"perform"
]
);
mockUrlService = jasmine.createSpyObj(
"urlService",
["urlForLocation"]
);
actionContext = {
domainObject: mockDomainObject
};