Sha256: 6029af431f15a986a8a111b608ada2390ee196a83be9b83a078e3550c9d02125
Contents?: true
Size: 904 Bytes
Versions: 20
Compression:
Stored size: 904 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::AuthConfigDTO describe Composio::AuthConfigDTO do let(:instance) { Composio::AuthConfigDTO.new } describe 'test an instance of AuthConfigDTO' do it 'should create an instance of AuthConfigDTO' do expect(instance).to be_instance_of(Composio::AuthConfigDTO) end end describe 'test attribute "scopes"' 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_scopes"' 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