blob: 9f73babc671c241955ccdd0c09b72f53e44cb7b4 [file] [log] [blame]
'use strict'
var Usergrid = require('../../usergrid')
it('should be initialized when defined in another module', function(done) {
Usergrid.should.have.property('isInitialized').which.is.true()
Usergrid.should.have.property('isSharedInstance').which.is.true()
done()
})