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