Sha256: 98f25be075c62822c1a8dd6a14b46c3190e84817ddd5e1bc50d9e8375b263e75
Contents?: true
Size: 872 Bytes
Versions: 15
Compression:
Stored size: 872 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::CommitUserNullable describe Carbon::CommitUserNullable do let(:instance) { Carbon::CommitUserNullable.new } describe 'test an instance of CommitUserNullable' do it 'should create an instance of CommitUserNullable' do expect(instance).to be_instance_of(Carbon::CommitUserNullable) end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "email"' 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