Sha256: 0072c151afb557b13080ea039f24070cdbae8a237dbd170d176e18d711cb7b77
Contents?: true
Size: 696 Bytes
Versions: 46
Compression:
Stored size: 696 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::UserWebPagesFilters describe Carbon::UserWebPagesFilters do let(:instance) { Carbon::UserWebPagesFilters.new } describe 'test an instance of UserWebPagesFilters' do it 'should create an instance of UserWebPagesFilters' do expect(instance).to be_instance_of(Carbon::UserWebPagesFilters) end end describe 'test attribute "ids"' 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
46 entries across 46 versions & 1 rubygems