Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
angular-gobox / spec / module_spec.js
Size: Mime:
describe('angular_gobox', function() {
  beforeEach(module('angularGobox'));

  it('should be a module', function() {
    expect(typeof angular.module('angularGobox')).toBe('object');
  });
});