Sha256: 1d53af91eaf1788372f02da796ffa642d778e98b04dca9d75bb85a5f2fe71ce8
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 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::FileInputMetadata # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'FileInputMetadata' do before do # run before each test @instance = YousignClient::FileInputMetadata.new end after do # run after each test end describe 'test an instance of FileInputMetadata' do it 'should create an instance of FileInputMetadata' do expect(@instance).to be_instance_of(YousignClient::FileInputMetadata) end end describe 'test attribute "key1"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "key2"' 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