Sha256: e5ffe659dfb2e291d4f0d92a0e682299582b342f404ed2c50c683aa42d008a37
Contents?: true
Size: 781 Bytes
Versions: 10
Compression:
Stored size: 781 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::ActionGetNLAInputsReqDTO describe Composio::ActionGetNLAInputsReqDTO do let(:instance) { Composio::ActionGetNLAInputsReqDTO.new } describe 'test an instance of ActionGetNLAInputsReqDTO' do it 'should create an instance of ActionGetNLAInputsReqDTO' do expect(instance).to be_instance_of(Composio::ActionGetNLAInputsReqDTO) end end describe 'test attribute "text"' 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
10 entries across 10 versions & 1 rubygems