Sha256: 0367698b8d9253cdff1c3d587ca88284fbbb60e3130981628ee2025badc90b7b
Contents?: true
Size: 911 Bytes
Versions: 3
Compression:
Stored size: 911 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::SessionInfoDTO describe Composio::SessionInfoDTO do let(:instance) { Composio::SessionInfoDTO.new } describe 'test an instance of SessionInfoDTO' do it 'should create an instance of SessionInfoDTO' do expect(instance).to be_instance_of(Composio::SessionInfoDTO) end end describe 'test attribute "session_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "metadata"' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
composio-0.1.18 | spec/models/session_info_dto_spec.rb |
composio-0.1.17 | spec/models/session_info_dto_spec.rb |
composio-0.1.16 | spec/models/session_info_dto_spec.rb |