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