Sha256: b1102ddc4fbf70df0e370deb41a959014aa7dff3c0ba9b3c154500c3fd511d15
Contents?: true
Size: 905 Bytes
Versions: 11
Compression:
Stored size: 905 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::AddDataSourceTagsInput describe Carbon::AddDataSourceTagsInput do let(:instance) { Carbon::AddDataSourceTagsInput.new } describe 'test an instance of AddDataSourceTagsInput' do it 'should create an instance of AddDataSourceTagsInput' do expect(instance).to be_instance_of(Carbon::AddDataSourceTagsInput) end end describe 'test attribute "tags"' 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_id"' 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