Sha256: cfe935e0195808bed56da7d39fc58ef382d4e7e06b7d6ff0c4b43a621e86d280
Contents?: true
Size: 831 Bytes
Versions: 4
Compression:
Stored size: 831 Bytes
Contents
=begin #Composio OpenAPI #Composio SDK: Equip your agent with high-quality tools and build your real-world usecase The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Composio::UpdateConnectionLabelsPayloadDto describe Composio::UpdateConnectionLabelsPayloadDto do let(:instance) { Composio::UpdateConnectionLabelsPayloadDto.new } describe 'test an instance of UpdateConnectionLabelsPayloadDto' do it 'should create an instance of UpdateConnectionLabelsPayloadDto' do expect(instance).to be_instance_of(Composio::UpdateConnectionLabelsPayloadDto) end end describe 'test attribute "labels"' 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
4 entries across 4 versions & 1 rubygems