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