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