=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::GetConnectionInfoResponseDTO describe Composio::GetConnectionInfoResponseDTO do let(:instance) { Composio::GetConnectionInfoResponseDTO.new } describe 'test an instance of GetConnectionInfoResponseDTO' do it 'should create an instance of GetConnectionInfoResponseDTO' do expect(instance).to be_instance_of(Composio::GetConnectionInfoResponseDTO) end end describe 'test attribute "parameters"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "base_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "body"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end