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