Sha256: c8cf4a5b4f99419828d3718317f49398bddfb3f4aa8c4b515f7e4217c04e3b58
Contents?: true
Size: 876 Bytes
Versions: 12
Compression:
Stored size: 876 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::WhiteLabelFilters describe Carbon::WhiteLabelFilters do let(:instance) { Carbon::WhiteLabelFilters.new } describe 'test an instance of WhiteLabelFilters' do it 'should create an instance of WhiteLabelFilters' do expect(instance).to be_instance_of(Carbon::WhiteLabelFilters) 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 "data_source_type"' 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
12 entries across 12 versions & 1 rubygems