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