Sha256: 7ac8eacc928e95711fbc8089bf30054d3d6b803d160a3a6aceeaab07bd54ae08
Contents?: true
Size: 529 Bytes
Versions: 37
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::SentWebhookPayloadObjectObjectId describe Carbon::SentWebhookPayloadObjectObjectId do describe '.openapi_one_of' do it 'lists the items referenced in the oneOf array' do expect(described_class.openapi_one_of).to_not be_empty end end describe '.build' do it 'returns the correct model' do end end end
Version data entries
37 entries across 37 versions & 1 rubygems