Sha256: fbcdefa3e9439442bfcb87044981e63acc1614c7f6f48055201ccd2a1ac6a034
Contents?: true
Size: 687 Bytes
Versions: 77
Compression:
Stored size: 687 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::DeleteUsersInput describe Carbon::DeleteUsersInput do let(:instance) { Carbon::DeleteUsersInput.new } describe 'test an instance of DeleteUsersInput' do it 'should create an instance of DeleteUsersInput' do expect(instance).to be_instance_of(Carbon::DeleteUsersInput) end end describe 'test attribute "customer_ids"' 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
77 entries across 77 versions & 1 rubygems