Sha256: 9582b0f8354d555e5226d8527631371ff825884ad402856c1714cd15f399f73c

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

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

  describe 'test an instance of FileSyncConfig' do
    it 'should create an instance of FileSyncConfig' do
      expect(instance).to be_instance_of(Carbon::FileSyncConfig)
    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

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.5 spec/models/file_sync_config_spec.rb
carbon_ruby_sdk-0.2.4 spec/models/file_sync_config_spec.rb
carbon_ruby_sdk-0.2.3 spec/models/file_sync_config_spec.rb
carbon_ruby_sdk-0.2.2 spec/models/file_sync_config_spec.rb
carbon_ruby_sdk-0.2.1 spec/models/file_sync_config_spec.rb
carbon_ruby_sdk-0.2.0 spec/models/file_sync_config_spec.rb