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