Sha256: ae1c5d0fb2732bf3f048e1167aaaa2cf2fc4d33bc23ee8e29445f3231b95abe4
Contents?: true
Size: 553 Bytes
Versions: 2
Compression:
Stored size: 553 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::ParsedTextFormatsNullable describe Carbon::ParsedTextFormatsNullable do let(:instance) { Carbon::ParsedTextFormatsNullable.new } describe 'test an instance of ParsedTextFormatsNullable' do it 'should create an instance of ParsedTextFormatsNullable' do expect(instance).to be_instance_of(Carbon::ParsedTextFormatsNullable) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
carbon_ruby_sdk-0.2.53 | spec/models/parsed_text_formats_nullable_spec.rb |
carbon_ruby_sdk-0.2.52 | spec/models/parsed_text_formats_nullable_spec.rb |