Sha256: e60e3ff8ffa92a96baaba05b4ae3d3b78b448180892850f69dc6dfd1fab677b9

Contents?: true

Size: 1.98 KB

Versions: 14

Compression:

Stored size: 1.98 KB

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

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

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

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

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

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

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

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

  describe 'test attribute "no_auth"' 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

14 entries across 14 versions & 1 rubygems

Version Path
composio-0.1.13 spec/models/app_info_response_dto_spec.rb
composio-0.1.12 spec/models/app_info_response_dto_spec.rb
composio-0.1.11 spec/models/app_info_response_dto_spec.rb
composio-0.1.10 spec/models/app_info_response_dto_spec.rb
composio-0.1.9 spec/models/app_info_response_dto_spec.rb
composio-0.1.8 spec/models/app_info_response_dto_spec.rb
composio-0.1.7 spec/models/app_info_response_dto_spec.rb
composio-0.1.6 spec/models/app_info_response_dto_spec.rb
composio-0.1.5 spec/models/app_info_response_dto_spec.rb
composio-0.1.4 spec/models/app_info_response_dto_spec.rb
composio-0.1.3 spec/models/app_info_response_dto_spec.rb
composio-0.1.2 spec/models/app_info_response_dto_spec.rb
composio-0.1.1 spec/models/app_info_response_dto_spec.rb
composio-0.1.0 spec/models/app_info_response_dto_spec.rb