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