Sha256: 962a719d8a7dd113ff32b352a3579b8949afb2dec7b066d6600eff75539178a5
Contents?: true
Size: 946 Bytes
Versions: 19
Compression:
Stored size: 946 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::VerifyMagicLinkResDTO describe Composio::VerifyMagicLinkResDTO do let(:instance) { Composio::VerifyMagicLinkResDTO.new } describe 'test an instance of VerifyMagicLinkResDTO' do it 'should create an instance of VerifyMagicLinkResDTO' do expect(instance).to be_instance_of(Composio::VerifyMagicLinkResDTO) end end describe 'test attribute "message"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "data"' 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