Sha256: 9ae135008e3e6d8aa5c5a843115780052e6a7e08cfd9628250f014981fac1df8
Contents?: true
Size: 571 Bytes
Versions: 5
Compression:
Stored size: 571 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::OneDriveAuthenticationSource describe Carbon::OneDriveAuthenticationSource do let(:instance) { Carbon::OneDriveAuthenticationSource.new } describe 'test an instance of OneDriveAuthenticationSource' do it 'should create an instance of OneDriveAuthenticationSource' do expect(instance).to be_instance_of(Carbon::OneDriveAuthenticationSource) end end end
Version data entries
5 entries across 5 versions & 1 rubygems