Sha256: d6e82905c0aa0a8450e4ee3e250f921666eb5180134082d1eddf342ffd502f1c

Contents?: true

Size: 493 Bytes

Versions: 1

Compression:

Stored size: 493 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::Method
describe Composio::Method do
  let(:instance) { Composio::Method.new }

  describe 'test an instance of Method' do
    it 'should create an instance of Method' do
      expect(instance).to be_instance_of(Composio::Method)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
composio-0.1.18 spec/models/method_spec.rb