Sha256: 446d5681379bfd72c88463eb1a9d37bd3544b7f185f7c4e4a3d96d6ba88e81d4
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 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::GetLogsDtoType describe Composio::GetLogsDtoType do let(:instance) { Composio::GetLogsDtoType.new } describe 'test an instance of GetLogsDtoType' do it 'should create an instance of GetLogsDtoType' do expect(instance).to be_instance_of(Composio::GetLogsDtoType) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
composio-0.1.19 | spec/models/get_logs_dto_type_spec.rb |
composio-0.1.18 | spec/models/get_logs_dto_type_spec.rb |