Sha256: e02dcb425cdc0cff9429e75cceda413abf63415c3f65a6804c4f6b32ee965af9
Contents?: true
Size: 1.65 KB
Versions: 16
Compression:
Stored size: 1.65 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::ToolsExecuteReqDto describe Composio::ToolsExecuteReqDto do let(:instance) { Composio::ToolsExecuteReqDto.new } describe 'test an instance of ToolsExecuteReqDto' do it 'should create an instance of ToolsExecuteReqDto' do expect(instance).to be_instance_of(Composio::ToolsExecuteReqDto) end end describe 'test attribute "action_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 "run_in_sandbox"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "input"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "nla_input"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "authorization_data"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "app_schema"' 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
16 entries across 16 versions & 1 rubygems