Sha256: cfbdd8cbefcd57d59d0ae423e3cbb1f4024e4dad1546db7eb23da9fa181cd21a

Contents?: true

Size: 1.51 KB

Versions: 7

Compression:

Stored size: 1.51 KB

Contents

=begin
#Carbon

#Connect external data to LLMs, no matter the source.

The version of the OpenAPI document: 1.0.0
=end

require 'spec_helper'
require 'json'

# Unit tests for Carbon::UsersApi
describe 'UsersApi' do
  before do
    # run before each test
    @api_instance = Carbon::UsersApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of UsersApi' do
    it 'should create an instance of UsersApi' do
      expect(@api_instance).to be_instance_of(Carbon::UsersApi)
    end
  end

  # unit tests for delete
  # Delete Users
  # @param delete_users_input 
  # @param [Hash] opts the optional parameters
  # @return [GenericSuccessResponse]
  describe 'delete 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
  # User Endpoint
  # @param user_request_content 
  # @param [Hash] opts the optional parameters
  # @return [UserResponse]
  describe 'get 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 toggle_user_features
  # Toggle User Features
  # @param modify_user_configuration_input 
  # @param [Hash] opts the optional parameters
  # @return [GenericSuccessResponse]
  describe 'toggle_user_features 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

7 entries across 7 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.1.8 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.7 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.6 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.5 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.4 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.3 spec/api/users_api_spec.rb
carbon_ruby_sdk-0.1.2 spec/api/users_api_spec.rb