Sha256: a8ba409ec8ffcae38834ae27b070e879e7736d85d1f2190b9ffa7a5c7b90aa6f
Contents?: true
Size: 1.24 KB
Versions: 41
Compression:
Stored size: 1.24 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::UpdateUsersInput describe Carbon::UpdateUsersInput do let(:instance) { Carbon::UpdateUsersInput.new } describe 'test an instance of UpdateUsersInput' do it 'should create an instance of UpdateUsersInput' do expect(instance).to be_instance_of(Carbon::UpdateUsersInput) 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 "customer_ids"' 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
41 entries across 41 versions & 1 rubygems