Sha256: d0591266952a65da85150e1f188b110c2253df5efcafc21f128c8174c3a08171
Contents?: true
Size: 942 Bytes
Versions: 20
Compression:
Stored size: 942 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::IdentifyClientReqDTO describe Composio::IdentifyClientReqDTO do let(:instance) { Composio::IdentifyClientReqDTO.new } describe 'test an instance of IdentifyClientReqDTO' do it 'should create an instance of IdentifyClientReqDTO' do expect(instance).to be_instance_of(Composio::IdentifyClientReqDTO) end end describe 'test attribute "hash"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "framework"' 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