Sha256: 54dd64ae1d0eb2917acc38c56008a7ece0d6ee456212ed339936f6bc3d932ff4
Contents?: true
Size: 884 Bytes
Versions: 20
Compression:
Stored size: 884 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::LogsResDTO describe Composio::LogsResDTO do let(:instance) { Composio::LogsResDTO.new } describe 'test an instance of LogsResDTO' do it 'should create an instance of LogsResDTO' do expect(instance).to be_instance_of(Composio::LogsResDTO) end end describe 'test attribute "next_cursor"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "data"' 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