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