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