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