Sha256: bca6f1ee14e37c4edddb6d40ef26778e7c23a1498f0f695d9dd429d3100275bc
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 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' # Unit tests for Composio::AdminApi describe 'AdminApi' do before do # run before each test @api_instance = Composio::AdminApi.new end after do # run after each test end describe 'test an instance of AdminApi' do it 'should create an instance of AdminApi' do expect(@api_instance).to be_instance_of(Composio::AdminApi) end end # unit tests for clear_cache # Clear cache # @param [Hash] opts the optional parameters # @option opts [String] :x_admin_token # @return [Object] describe 'clear_cache test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for get_sentry_dns # Jssentry dns # @param [Hash] opts the optional parameters # @return [Object] describe 'get_sentry_dns test' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
composio-0.1.19 | spec/api/admin_api_spec.rb |
composio-0.1.18 | spec/api/admin_api_spec.rb |
composio-0.1.17 | spec/api/admin_api_spec.rb |
composio-0.1.16 | spec/api/admin_api_spec.rb |