Sha256: 783c2eecad6b8673698e1bfc75a9bc3f6fc88849e75aea106e87b31212e2ab25

Contents?: true

Size: 1.86 KB

Versions: 4

Compression:

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

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

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

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

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

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

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

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

4 entries across 4 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.33 spec/models/file_sync_config_nullable_spec.rb
carbon_ruby_sdk-0.2.32 spec/models/file_sync_config_nullable_spec.rb
carbon_ruby_sdk-0.2.31 spec/models/file_sync_config_nullable_spec.rb
carbon_ruby_sdk-0.2.30 spec/models/file_sync_config_nullable_spec.rb