Sha256: a9978ec72d2efd61bd6ee8427af65447b3573a36fa59c40377aef67e1ca4164f

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 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'
require 'date'

# Unit tests for Carbon::ListWhiteLabelRequest
describe Carbon::ListWhiteLabelRequest do
  let(:instance) { Carbon::ListWhiteLabelRequest.new }

  describe 'test an instance of ListWhiteLabelRequest' do
    it 'should create an instance of ListWhiteLabelRequest' do
      expect(instance).to be_instance_of(Carbon::ListWhiteLabelRequest)
    end
  end
  describe 'test attribute "pagination"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "order_by"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "order_dir"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "filters"' 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

12 entries across 12 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.53 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.52 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.51 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.50 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.49 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.48 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.47 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.46 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.45 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.44 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.43 spec/models/list_white_label_request_spec.rb
carbon_ruby_sdk-0.2.42 spec/models/list_white_label_request_spec.rb