Sha256: add299e712181695f839113af26e776170ac6d4dd39c313db0b182e2d4401609
Contents?: true
Size: 896 Bytes
Versions: 11
Compression:
Stored size: 896 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::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 "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
11 entries across 11 versions & 1 rubygems