Sha256: 74dae8e04c3b381868787794193f1a754d30803b7d2d4862065e000af4b7e55d
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 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::ActionProxyRequestConfigDTO describe Composio::ActionProxyRequestConfigDTO do let(:instance) { Composio::ActionProxyRequestConfigDTO.new } describe 'test an instance of ActionProxyRequestConfigDTO' do it 'should create an instance of ActionProxyRequestConfigDTO' do expect(instance).to be_instance_of(Composio::ActionProxyRequestConfigDTO) 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 "connected_account_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 "endpoint"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "method"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
composio-0.1.18 | spec/models/action_proxy_request_config_dto_spec.rb |