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