Sha256: 0ed6c85c52b4b7367806a40d4f759b7c8489a2b747f40e15acf3c52b392adea7
Contents?: true
Size: 1.1 KB
Versions: 20
Compression:
Stored size: 1.1 KB
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::TrackClientReqDTO describe Composio::TrackClientReqDTO do let(:instance) { Composio::TrackClientReqDTO.new } describe 'test an instance of TrackClientReqDTO' do it 'should create an instance of TrackClientReqDTO' do expect(instance).to be_instance_of(Composio::TrackClientReqDTO) end end describe 'test attribute "framework"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "mac_address"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "user_git_user_info"' 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