Sha256: c25aa9457103fc9e10fdd30ef63d9f34f726bf436f8defa7b285c55b271e3086

Contents?: true

Size: 918 Bytes

Versions: 3

Compression:

Stored size: 918 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::ClientInfoResDTO
describe Composio::ClientInfoResDTO do
  let(:instance) { Composio::ClientInfoResDTO.new }

  describe 'test an instance of ClientInfoResDTO' do
    it 'should create an instance of ClientInfoResDTO' do
      expect(instance).to be_instance_of(Composio::ClientInfoResDTO)
    end
  end
  describe 'test attribute "client"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "api_key"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
composio-0.1.18 spec/models/client_info_res_dto_spec.rb
composio-0.1.17 spec/models/client_info_res_dto_spec.rb
composio-0.1.16 spec/models/client_info_res_dto_spec.rb