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