Sha256: fe3a6eb7bd740fbde133a5cfb47635f09e536c23879b0b342c02cdbba6850f35
Contents?: true
Size: 573 Bytes
Versions: 19
Compression:
Stored size: 573 Bytes
Contents
=begin #Composio OpenAPI #Composio SDK: Equip your agent with high-quality tools and build your real-world usecase The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Composio::ConnectorListItemDTOUpdatedAt describe Composio::ConnectorListItemDTOUpdatedAt 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
19 entries across 19 versions & 1 rubygems