Sha256: ed15287450db7d251eead4de6e0ce5ece3a58532ffc268f931036b05cac08075

Contents?: true

Size: 1.69 KB

Versions: 5

Compression:

Stored size: 1.69 KB

Contents

=begin
#Yousign API Swagger

#For your information, the Yousign API documentation is available at https://dev.yousign.com/

OpenAPI spec version: 2.1
Contact: support@yousign.fr
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.14

=end

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

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

  after do
    # run after each test
  end

  describe 'test an instance of AuthenticationInweboOutput' do
    it 'should create an instance of AuthenticationInweboOutput' do
      expect(@instance).to be_instance_of(YousignClient::AuthenticationInweboOutput)
    end
  end
  describe 'test attribute "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 "status"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
      # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["waiting", "refused", "timeout", "ok"])
      # validator.allowable_values.each do |value|
      #   expect { @instance.status = value }.not_to raise_error
      # end
    end
  end

  describe 'test attribute "type"' 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
yousign_client-1.0.4 spec/models/authentication_inwebo_output_spec.rb
yousign_client-1.0.3 spec/models/authentication_inwebo_output_spec.rb
yousign_client-1.0.2 spec/models/authentication_inwebo_output_spec.rb
yousign_client-1.0.1 spec/models/authentication_inwebo_output_spec.rb
yousign_client-1.0.0 spec/models/authentication_inwebo_output_spec.rb