Sha256: 66b722ca130a280a48195e71140647dd9416c5f100d99fefbd333ed88f69f5e0
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::ConfluenceAuthenticationSource describe Carbon::ConfluenceAuthenticationSource do let(:instance) { Carbon::ConfluenceAuthenticationSource.new } describe 'test an instance of ConfluenceAuthenticationSource' do it 'should create an instance of ConfluenceAuthenticationSource' do expect(instance).to be_instance_of(Carbon::ConfluenceAuthenticationSource) end end end
Version data entries
5 entries across 5 versions & 1 rubygems