Sha256: e72596eb0fafd0751179dfcbfffed5bbb6745c31eb073ad5b0d3d649e323700b
Contents?: true
Size: 1.16 KB
Versions: 18
Compression:
Stored size: 1.16 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::InitiateConnectionResponse describe Composio::InitiateConnectionResponse do let(:instance) { Composio::InitiateConnectionResponse.new } describe 'test an instance of InitiateConnectionResponse' do it 'should create an instance of InitiateConnectionResponse' do expect(instance).to be_instance_of(Composio::InitiateConnectionResponse) end end describe 'test attribute "connection_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 "connected_account_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 "redirect_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
18 entries across 18 versions & 1 rubygems