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