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