Sha256: 1bf9260b526de504b26545bcc5e6928caa5c6a5222f022b922def8a14a3fa5a6
Contents?: true
Size: 583 Bytes
Versions: 5
Compression:
Stored size: 583 Bytes
Contents
=begin #Carbon #Connect external data to LLMs, no matter the source. The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Carbon::SharepointAuthenticationSource describe Carbon::SharepointAuthenticationSource do let(:instance) { Carbon::SharepointAuthenticationSource.new } describe 'test an instance of SharepointAuthenticationSource' do it 'should create an instance of SharepointAuthenticationSource' do expect(instance).to be_instance_of(Carbon::SharepointAuthenticationSource) end end end
Version data entries
5 entries across 5 versions & 1 rubygems