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