Sha256: 06769e6f03d62423f24eeefdb2c462e05ea9d50b36c015186969b7a2abf5714b
Contents?: true
Size: 958 Bytes
Versions: 20
Compression:
Stored size: 958 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::HandleTriggerParamsDTO describe Composio::HandleTriggerParamsDTO do let(:instance) { Composio::HandleTriggerParamsDTO.new } describe 'test an instance of HandleTriggerParamsDTO' do it 'should create an instance of HandleTriggerParamsDTO' do expect(instance).to be_instance_of(Composio::HandleTriggerParamsDTO) 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 "client_id"' 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
20 entries across 20 versions & 1 rubygems