Sha256: e01d335d29a19ae4e3364426301c9cc18519260089a75d06e29f03bf7b127c11
Contents?: true
Size: 1.06 KB
Versions: 9
Compression:
Stored size: 1.06 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::CustomAuthDTO describe Composio::CustomAuthDTO do let(:instance) { Composio::CustomAuthDTO.new } describe 'test an instance of CustomAuthDTO' do it 'should create an instance of CustomAuthDTO' do expect(instance).to be_instance_of(Composio::CustomAuthDTO) end end describe 'test attribute "parameters"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "base_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "body"' 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
9 entries across 9 versions & 1 rubygems