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