Sha256: 1e26b930dd54f1cc4e321814b3bf9fce8216f425c806b66c33d937bbe7ab990d
Contents?: true
Size: 1.25 KB
Versions: 60
Compression:
Stored size: 1.25 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::ListItemsFiltersNullable describe Carbon::ListItemsFiltersNullable do let(:instance) { Carbon::ListItemsFiltersNullable.new } describe 'test an instance of ListItemsFiltersNullable' do it 'should create an instance of ListItemsFiltersNullable' do expect(instance).to be_instance_of(Carbon::ListItemsFiltersNullable) 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