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