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