Sha256: dc04325cc6c28273bcb665b5d3d465d7b33459c432c03b6563e5e8557257c756

Contents?: true

Size: 1.83 KB

Versions: 5

Compression:

Stored size: 1.83 KB

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::UserConfiguration
describe Carbon::UserConfiguration do
  let(:instance) { Carbon::UserConfiguration.new }

  describe 'test an instance of UserConfiguration' do
    it 'should create an instance of UserConfiguration' do
      expect(instance).to be_instance_of(Carbon::UserConfiguration)
    end
  end
  describe 'test attribute "auto_sync_enabled_sources"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "max_files"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "max_files_per_upload"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "max_characters"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "max_characters_per_file"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "max_characters_per_upload"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "auto_sync_interval"' 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

5 entries across 5 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.53 spec/models/user_configuration_spec.rb
carbon_ruby_sdk-0.2.52 spec/models/user_configuration_spec.rb
carbon_ruby_sdk-0.2.51 spec/models/user_configuration_spec.rb
carbon_ruby_sdk-0.2.50 spec/models/user_configuration_spec.rb
carbon_ruby_sdk-0.2.49 spec/models/user_configuration_spec.rb