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

Version Path
carbon_ruby_sdk-0.2.15 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.14 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.13 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.12 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.11 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.10 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.9 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.8 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.7 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.6 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.5 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.4 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.3 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.2 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.1 spec/models/update_organization_input_spec.rb
carbon_ruby_sdk-0.2.0 spec/models/update_organization_input_spec.rb