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