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