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