Sha256: e15a3051b094c5d1f31faea3ea3ccf0c110f4a5f31156a2eb6a53d2b43e30fd3
Contents?: true
Size: 1.07 KB
Versions: 38
Compression:
Stored size: 1.07 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 end
Version data entries
38 entries across 38 versions & 1 rubygems