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