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