Sha256: 489029f5877627fe5b6174f4485d5d51e576bd135012baa64f28af8b6d9b9b6d
Contents?: true
Size: 946 Bytes
Versions: 20
Compression:
Stored size: 946 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::ActiveTriggersResDTO describe Composio::ActiveTriggersResDTO do let(:instance) { Composio::ActiveTriggersResDTO.new } describe 'test an instance of ActiveTriggersResDTO' do it 'should create an instance of ActiveTriggersResDTO' do expect(instance).to be_instance_of(Composio::ActiveTriggersResDTO) end end describe 'test attribute "triggers"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "page_info"' 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