Sha256: 2f0840a2765b8e0f05abcf6f853bdadbbafd40010f0a66ceace16eba0b382fdf
Contents?: true
Size: 1.26 KB
Versions: 20
Compression:
Stored size: 1.26 KB
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::GetLogsQueryDTO describe Composio::GetLogsQueryDTO do let(:instance) { Composio::GetLogsQueryDTO.new } describe 'test an instance of GetLogsQueryDTO' do it 'should create an instance of GetLogsQueryDTO' do expect(instance).to be_instance_of(Composio::GetLogsQueryDTO) end end describe 'test attribute "connection_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "integration_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "page"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "limit"' 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