Sha256: 0ad8437a1521a13710b7f44058fd095d04af4313701e5b7e893372550f818807
Contents?: true
Size: 761 Bytes
Versions: 13
Compression:
Stored size: 761 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::WebhookSecretResDTO describe Composio::WebhookSecretResDTO do let(:instance) { Composio::WebhookSecretResDTO.new } describe 'test an instance of WebhookSecretResDTO' do it 'should create an instance of WebhookSecretResDTO' do expect(instance).to be_instance_of(Composio::WebhookSecretResDTO) end end describe 'test attribute "webhook_secret"' 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
13 entries across 13 versions & 1 rubygems