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