Sha256: 4dcd6a3ce2567060747d4da17a471e491c24b3f6e579f0f959d9984f1d96ada0
Contents?: true
Size: 713 Bytes
Versions: 18
Compression:
Stored size: 713 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::PartialContactNullable describe Carbon::PartialContactNullable do let(:instance) { Carbon::PartialContactNullable.new } describe 'test an instance of PartialContactNullable' do it 'should create an instance of PartialContactNullable' do expect(instance).to be_instance_of(Carbon::PartialContactNullable) 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 end
Version data entries
18 entries across 18 versions & 1 rubygems