Sha256: be7c4d6d91ecf4d84493818205a0b08b098050004d40339a25cdc3a6bad82dd6
Contents?: true
Size: 834 Bytes
Versions: 15
Compression:
Stored size: 834 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' require 'date' # Unit tests for Carbon::UserNullable describe Carbon::UserNullable do let(:instance) { Carbon::UserNullable.new } describe 'test an instance of UserNullable' do it 'should create an instance of UserNullable' do expect(instance).to be_instance_of(Carbon::UserNullable) end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "login"' 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
15 entries across 15 versions & 1 rubygems