Sha256: 0021eef48ff77288e3dd97caec990d356aa787c6f0bcad85ddaee6d81997f46c
Contents?: true
Size: 707 Bytes
Versions: 3
Compression:
Stored size: 707 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::AppQueryDTO describe Composio::AppQueryDTO do let(:instance) { Composio::AppQueryDTO.new } describe 'test an instance of AppQueryDTO' do it 'should create an instance of AppQueryDTO' do expect(instance).to be_instance_of(Composio::AppQueryDTO) end end describe 'test attribute "category"' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
composio-0.1.2 | spec/models/app_query_dto_spec.rb |
composio-0.1.1 | spec/models/app_query_dto_spec.rb |
composio-0.1.0 | spec/models/app_query_dto_spec.rb |