Sha256: d89439a2039069e22c6636c02bf71e52ce0b83eb0a6ca20d72023bf0ba0c48d8
Contents?: true
Size: 493 Bytes
Versions: 15
Compression:
Stored size: 493 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::CommentsOrderBy describe Carbon::CommentsOrderBy do let(:instance) { Carbon::CommentsOrderBy.new } describe 'test an instance of CommentsOrderBy' do it 'should create an instance of CommentsOrderBy' do expect(instance).to be_instance_of(Carbon::CommentsOrderBy) end end end
Version data entries
15 entries across 15 versions & 1 rubygems