Sha256: 89449317372ffeb34fdbb3264be7690381cfb43545c181b4ac48884f5e1e4d09
Contents?: true
Size: 1.08 KB
Versions: 42
Compression:
Stored size: 1.08 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::DeleteFilesV2QueryInput describe Carbon::DeleteFilesV2QueryInput do let(:instance) { Carbon::DeleteFilesV2QueryInput.new } describe 'test an instance of DeleteFilesV2QueryInput' do it 'should create an instance of DeleteFilesV2QueryInput' do expect(instance).to be_instance_of(Carbon::DeleteFilesV2QueryInput) end end describe 'test attribute "filters"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "send_webhook"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "preserve_file_record"' 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
42 entries across 42 versions & 1 rubygems