Sha256: 81a53f324108e3cd4a6584a5c48dadb0660b97ad31e0df631a9422f63e3da8f1
Contents?: true
Size: 1.31 KB
Versions: 16
Compression:
Stored size: 1.31 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 "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
16 entries across 16 versions & 1 rubygems