Sha256: 7066644d9ed0108c842ccae6cb96935311fafd08db6be8936ac8e4529e2c2000
Contents?: true
Size: 739 Bytes
Versions: 20
Compression:
Stored size: 739 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::DeleteToolsReqDTO describe Composio::DeleteToolsReqDTO do let(:instance) { Composio::DeleteToolsReqDTO.new } describe 'test an instance of DeleteToolsReqDTO' do it 'should create an instance of DeleteToolsReqDTO' do expect(instance).to be_instance_of(Composio::DeleteToolsReqDTO) end end describe 'test attribute "name"' 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