Sha256: 4ba6b47eeefcc9aeb05b29ac71ec2aac8882cb41981afbbfe1cb6b6e17572514
Contents?: true
Size: 882 Bytes
Versions: 19
Compression:
Stored size: 882 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::CLIQueryDTO describe Composio::CLIQueryDTO do let(:instance) { Composio::CLIQueryDTO.new } describe 'test an instance of CLIQueryDTO' do it 'should create an instance of CLIQueryDTO' do expect(instance).to be_instance_of(Composio::CLIQueryDTO) end end describe 'test attribute "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 "code"' 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