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