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