Sha256: 8eab428e73cd5e0c3e33280c230242fd8090e45c5612bbf4760683cc958d0149

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

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

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

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

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

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

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

4 entries across 4 versions & 1 rubygems

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