Sha256: f910b65224f905886de0b8cb5b839128036dd012e471f67372ae6f834767a4a1
Contents?: true
Size: 847 Bytes
Versions: 47
Compression:
Stored size: 847 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::SlackFilters describe Carbon::SlackFilters do let(:instance) { Carbon::SlackFilters.new } describe 'test an instance of SlackFilters' do it 'should create an instance of SlackFilters' do expect(instance).to be_instance_of(Carbon::SlackFilters) end end describe 'test attribute "conversation_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "after"' 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
47 entries across 47 versions & 1 rubygems