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