Sha256: 41c9356a400d313ac43b28a6406dfe0bfd87350e706bdbcef091efefabc7a3e3
Contents?: true
Size: 865 Bytes
Versions: 25
Compression:
Stored size: 865 Bytes
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::OrganizationsApi describe 'OrganizationsApi' do before do # run before each test @api_instance = Carbon::OrganizationsApi.new end after do # run after each test end describe 'test an instance of OrganizationsApi' do it 'should create an instance of OrganizationsApi' do expect(@api_instance).to be_instance_of(Carbon::OrganizationsApi) end end # unit tests for get # Get Organization # @param [Hash] opts the optional parameters # @return [OrganizationResponse] describe 'get 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
25 entries across 25 versions & 1 rubygems