Sha256: 8a01377b789bf4c407bf7473df1872ed46c1a667f72f350e2d4e3b8da8de69f2

Contents?: true

Size: 1.68 KB

Versions: 5

Compression:

Stored size: 1.68 KB

Contents

=begin
#DocuSign REST API

#The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.

OpenAPI spec version: v2
Contact: devcenter@docusign.com
Generated by: https://github.com/swagger-api/swagger-codegen.git

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for SwaggerClient::IdCheckInformationInput
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'IdCheckInformationInput' do
  before do
    # run before each test
    @instance = SwaggerClient::IdCheckInformationInput.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of IdCheckInformationInput' do
    it 'should create an instact of IdCheckInformationInput' do
      expect(@instance).to be_instance_of(SwaggerClient::IdCheckInformationInput)
    end
  end
  describe 'test attribute "address_information_input"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "dob_information_input"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "ssn4_information_input"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "ssn9_information_input"' 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

5 entries across 5 versions & 1 rubygems

Version Path
docusign_esign-1.0.2 spec/models/id_check_information_input_spec.rb
docusign_esign-1.0.1 spec/models/id_check_information_input_spec.rb
docusign_esign-1.0.0 spec/models/id_check_information_input_spec.rb
docusign_esign-0.0.2 spec/models/id_check_information_input_spec.rb
docusign_esign-0.0.1 spec/models/id_check_information_input_spec.rb