|
|
@ -32,12 +32,10 @@ describe('WatchersService', function() { |
|
|
|
|
|
|
|
|
|
|
|
beforeEach(angular.mock.module('openproject.services')); |
|
|
|
beforeEach(angular.mock.module('openproject.services')); |
|
|
|
|
|
|
|
|
|
|
|
beforeEach(inject([ |
|
|
|
beforeEach(inject(['WatchersService', function(_WatchersService_) { |
|
|
|
'WatchersService', |
|
|
|
|
|
|
|
function(_WatchersService_) { |
|
|
|
|
|
|
|
WatchersService = _WatchersService_; |
|
|
|
WatchersService = _WatchersService_; |
|
|
|
}]) |
|
|
|
}] |
|
|
|
); |
|
|
|
)); |
|
|
|
|
|
|
|
|
|
|
|
context('for workPackage', function() { |
|
|
|
context('for workPackage', function() { |
|
|
|
|
|
|
|
|
|
|
|