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