Sha256: a9bc91bd7bef3ad1488924255630f37a4f79be59bc021ab90c6cfcfe8961cda5
Contents?: true
Size: 767 Bytes
Versions: 5
Compression:
Stored size: 767 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 end
Version data entries
5 entries across 5 versions & 1 rubygems