Sha256: 6d7c4de880fccbbe9e8e702389088243ee2565e8d5704a02a94dfafb222b99e1
Contents?: true
Size: 954 Bytes
Versions: 15
Compression:
Stored size: 954 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::EnableTriggerBodyDTO describe Composio::EnableTriggerBodyDTO do let(:instance) { Composio::EnableTriggerBodyDTO.new } describe 'test an instance of EnableTriggerBodyDTO' do it 'should create an instance of EnableTriggerBodyDTO' do expect(instance).to be_instance_of(Composio::EnableTriggerBodyDTO) end end describe 'test attribute "trigger_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 "verify_host"' 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
15 entries across 15 versions & 1 rubygems