Sha256: b7f9a2631a48bee57f551fd7c41bea333e62881ad92ee42ce62f3e36d88578c0
Contents?: true
Size: 481 Bytes
Versions: 13
Compression:
Stored size: 481 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::Plan describe Composio::Plan do let(:instance) { Composio::Plan.new } describe 'test an instance of Plan' do it 'should create an instance of Plan' do expect(instance).to be_instance_of(Composio::Plan) end end end
Version data entries
13 entries across 13 versions & 1 rubygems