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