Sha256: c469beed66d93ccf84f7d4f4f0a2eb381286f164ec2b5cbdea3030ac2ebff0b8
Contents?: true
Size: 759 Bytes
Versions: 19
Compression:
Stored size: 759 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::PatchConnectorResDTO describe Composio::PatchConnectorResDTO do let(:instance) { Composio::PatchConnectorResDTO.new } describe 'test an instance of PatchConnectorResDTO' do it 'should create an instance of PatchConnectorResDTO' do expect(instance).to be_instance_of(Composio::PatchConnectorResDTO) 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
19 entries across 19 versions & 1 rubygems