Sha256: 1103b138d839950493e260c271906e2c91a16bd43f9cf3a5bc1e48a5add5bf74
Contents?: true
Size: 743 Bytes
Versions: 13
Compression:
Stored size: 743 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::TopEntitiesResDTO describe Composio::TopEntitiesResDTO do let(:instance) { Composio::TopEntitiesResDTO.new } describe 'test an instance of TopEntitiesResDTO' do it 'should create an instance of TopEntitiesResDTO' do expect(instance).to be_instance_of(Composio::TopEntitiesResDTO) end end describe 'test attribute "entities"' 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
13 entries across 13 versions & 1 rubygems