Sha256: 6d09306f61e5d06c84e1d318d9ec78530d48feba49907c6aeed9c64bf4dc071b
Contents?: true
Size: 938 Bytes
Versions: 12
Compression:
Stored size: 938 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::GoogleDriveWhiteLabelInput describe Carbon::GoogleDriveWhiteLabelInput do let(:instance) { Carbon::GoogleDriveWhiteLabelInput.new } describe 'test an instance of GoogleDriveWhiteLabelInput' do it 'should create an instance of GoogleDriveWhiteLabelInput' do expect(instance).to be_instance_of(Carbon::GoogleDriveWhiteLabelInput) end end describe 'test attribute "data_source_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "credentials"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
12 entries across 12 versions & 1 rubygems