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