Sha256: 831ad1e025c6a70d87d6c4a39d69c6fa9ea01fccf119db50c03429d2c3835972
Contents?: true
Size: 888 Bytes
Versions: 7
Compression:
Stored size: 888 Bytes
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 end
Version data entries
7 entries across 7 versions & 1 rubygems