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