describe('LogcatService', function() { beforeEach(module('stf.logcat')); it('should ...', inject(function(LogcatService) { //expect(LogcatService.doSomething()).toEqual('something'); })); })