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