Sha256: 27ec7ce52e27422c45554a72a8edc11bdb765f292615c9bb211304c78213e30f
Contents?: true
Size: 1.24 KB
Versions: 8
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 "customer_ids"' 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_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 end
Version data entries
8 entries across 8 versions & 1 rubygems