Sha256: 04e46002a0905b920ab57cf9856e7b8666f785527d860012ffd9828178f87c68

Contents?: true

Size: 1.84 KB

Versions: 7

Compression:

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

  describe 'test an instance of ActionExecutionReqDTO' do
    it 'should create an instance of ActionExecutionReqDTO' do
      expect(instance).to be_instance_of(Composio::ActionExecutionReqDTO)
    end
  end
  describe 'test attribute "connected_account_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 "app_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 "entity_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 "endpoint"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

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

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

7 entries across 7 versions & 1 rubygems

Version Path
composio-0.1.15 spec/models/action_execution_req_dto_spec.rb
composio-0.1.14 spec/models/action_execution_req_dto_spec.rb
composio-0.1.13 spec/models/action_execution_req_dto_spec.rb
composio-0.1.12 spec/models/action_execution_req_dto_spec.rb
composio-0.1.11 spec/models/action_execution_req_dto_spec.rb
composio-0.1.10 spec/models/action_execution_req_dto_spec.rb
composio-0.1.9 spec/models/action_execution_req_dto_spec.rb