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