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