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