describe('BrowserInfo', function() { beforeEach(module('stf.browser-info')); it('should ...', inject(function(GuestDeviceService) { //expect(GuestDeviceService.doSomething()).toEqual('something'); })); })