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