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