Sha256: 59108f896dc57c055c900dc0582236d8a0691f7a8f41beb8822d3870bacf99a0
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
'use strict'; describe('Service: linkedin2cv Api', function () { // load the service's module beforeEach(module('linkedin2cv GeneratorApp')); // instantiate service var linkedin2cv Api; beforeEach(inject(function (_linkedin2cv Api_) { linkedin2cv Api = _linkedin2cv Api_; })); it('should do something', function () { expect(!!linkedin2cv Api).toBe(true); }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linkedin2cv-0.0.1 | public/test/spec/services/happyapi.js |