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