Sha256: ac8e1f7ead414dab8ca3e0c0e7ee7068137b8e30ee0dd8f7e8d9654eda312ba6

Contents?: true

Size: 575 Bytes

Versions: 7

Compression:

Stored size: 575 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::ConnectionWithAppDataCreatedAt
describe Composio::ConnectionWithAppDataCreatedAt 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

7 entries across 7 versions & 1 rubygems

Version Path
composio-0.1.6 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.5 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.4 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.3 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.2 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.1 spec/models/connection_with_app_data_created_at_spec.rb
composio-0.1.0 spec/models/connection_with_app_data_created_at_spec.rb