Sha256: a7d74a2b82155d21eb8531060822926590c2fb52e865815e4d7955e5a4d0c852
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 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::ClientDTOLastSubscribedAt describe Composio::ClientDTOLastSubscribedAt 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
4 entries across 4 versions & 1 rubygems