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