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