Sha256: 280fd8f0e1518ba6922876ba4ac9c104c9be5f920947664d64f1a0991053a1e9

Contents?: true

Size: 1.44 KB

Versions: 5

Compression:

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

  after do
    # run after each test
  end

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

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

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