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