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