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