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