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