Sha256: 37836d12fb4e5d322851074554fe7e62621cd8981aabee36d025f3132480d867
Contents?: true
Size: 837 Bytes
Versions: 20
Compression:
Stored size: 837 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::ToggleConnectedAccountResponseDTO describe Composio::ToggleConnectedAccountResponseDTO do let(:instance) { Composio::ToggleConnectedAccountResponseDTO.new } describe 'test an instance of ToggleConnectedAccountResponseDTO' do it 'should create an instance of ToggleConnectedAccountResponseDTO' do expect(instance).to be_instance_of(Composio::ToggleConnectedAccountResponseDTO) 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 end
Version data entries
20 entries across 20 versions & 1 rubygems