Sha256: 6591ded5c9aae73cd556d7bd2a0bcd255eb13cc6147bd8023610db177f4c7e55
Contents?: true
Size: 1.06 KB
Versions: 6
Compression:
Stored size: 1.06 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::AppQueryDTO describe Composio::AppQueryDTO do let(:instance) { Composio::AppQueryDTO.new } describe 'test an instance of AppQueryDTO' do it 'should create an instance of AppQueryDTO' do expect(instance).to be_instance_of(Composio::AppQueryDTO) end end describe 'test attribute "category"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "additional_fields"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "include_local"' 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
6 entries across 6 versions & 1 rubygems