Sha256: 8df15e56384d2290bcae1c484dd47f36f0d6916a167bd5c94801d284f29e318d
Contents?: true
Size: 735 Bytes
Versions: 16
Compression:
Stored size: 735 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::UpdateOrganizationInput describe Carbon::UpdateOrganizationInput do let(:instance) { Carbon::UpdateOrganizationInput.new } describe 'test an instance of UpdateOrganizationInput' do it 'should create an instance of UpdateOrganizationInput' do expect(instance).to be_instance_of(Carbon::UpdateOrganizationInput) end end describe 'test attribute "global_user_config"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
16 entries across 16 versions & 1 rubygems