describe('VersionUpdateService', function() { beforeEach(module('stf.version-update')); it('should ...', inject(function(FatalMessageService) { //expect(FatalMessageService.doSomething()).toEqual('something'); })); })