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