Sha256: 4e803b6b7e71de8e599e494eab348c9e71b3e92391cb0c6dccc0f8252e5ae040

Contents?: true

Size: 1.06 KB

Versions: 44

Compression:

Stored size: 1.06 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::GithubConnectRequest
describe Carbon::GithubConnectRequest do
  let(:instance) { Carbon::GithubConnectRequest.new }

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

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

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

44 entries across 44 versions & 1 rubygems

Version Path
carbon_ruby_sdk-0.2.42 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.41 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.40 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.39 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.38 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.37 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.36 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.35 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.34 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.33 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.32 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.31 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.30 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.29 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.28 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.27 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.26 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.25 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.24 spec/models/github_connect_request_spec.rb
carbon_ruby_sdk-0.2.23 spec/models/github_connect_request_spec.rb