Sha256: 3ad84b1dcdccc67b22bd53ea96477670e2473536e8d46f6106089ba392d65765
Contents?: true
Size: 1.29 KB
Versions: 20
Compression:
Stored size: 1.29 KB
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::VerifyMagicLinkDataDTO describe Composio::VerifyMagicLinkDataDTO do let(:instance) { Composio::VerifyMagicLinkDataDTO.new } describe 'test an instance of VerifyMagicLinkDataDTO' do it 'should create an instance of VerifyMagicLinkDataDTO' do expect(instance).to be_instance_of(Composio::VerifyMagicLinkDataDTO) end end describe 'test attribute "client_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "is_valid"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "jwt_token"' 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