Sha256: cae6dd9b82f7360dca409321b7a2604d34b94f6603864c88c59688fd2d90c4a2
Contents?: true
Size: 660 Bytes
Versions: 20
Compression:
Stored size: 660 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::Meta describe Composio::Meta do let(:instance) { Composio::Meta.new } describe 'test an instance of Meta' do it 'should create an instance of Meta' do expect(instance).to be_instance_of(Composio::Meta) end end describe 'test attribute "app"' 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
20 entries across 20 versions & 1 rubygems