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