Sha256: 605bcf0e0c5ada7f2c1460dfc799da9c37e59a0c922b988c94535a3a71b87e01
Contents?: true
Size: 1.11 KB
Versions: 20
Compression:
Stored size: 1.11 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::ActionsListResponseDTO describe Composio::ActionsListResponseDTO do let(:instance) { Composio::ActionsListResponseDTO.new } describe 'test an instance of ActionsListResponseDTO' do it 'should create an instance of ActionsListResponseDTO' do expect(instance).to be_instance_of(Composio::ActionsListResponseDTO) 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 "page"' 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