Sha256: 01f1f33502fbeadfbb65736e01ac0da4947ee36332316e3d7666244df5720648

Contents?: true

Size: 1000 Bytes

Versions: 5

Compression:

Stored size: 1000 Bytes

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::Body
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'Body' do
  before do
    # run before each test
    @instance = YousignClient::Body.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of Body' do
    it 'should create an instance of Body' do
      expect(@instance).to be_instance_of(YousignClient::Body)
    end
  end
  describe 'test attribute "sign_image"' 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/body_spec.rb
yousign_client-1.0.3 spec/models/body_spec.rb
yousign_client-1.0.2 spec/models/body_spec.rb
yousign_client-1.0.1 spec/models/body_spec.rb
yousign_client-1.0.0 spec/models/body_spec.rb