Sha256: e048b0f4e241725ac1c8ec6e8a889853b10018ba795aa37dd1363aaab90951fc
Contents?: true
Size: 1.1 KB
Versions: 19
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::AddToolsRequestDTO describe Composio::AddToolsRequestDTO do let(:instance) { Composio::AddToolsRequestDTO.new } describe 'test an instance of AddToolsRequestDTO' do it 'should create an instance of AddToolsRequestDTO' do expect(instance).to be_instance_of(Composio::AddToolsRequestDTO) 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 describe 'test attribute "open_api_spec_yaml"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "integration_yaml"' 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