Sha256: bcfcd9a4e450b9e0957da4dfda686c454297fcfd0a66d5f1ea29cfb867c2a9d1
Contents?: true
Size: 2 KB
Versions: 5
Compression:
Stored size: 2 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::ConfigEmailTemplate # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ConfigEmailTemplate' do before do # run before each test @instance = YousignClient::ConfigEmailTemplate.new end after do # run after each test end describe 'test an instance of ConfigEmailTemplate' do it 'should create an instance of ConfigEmailTemplate' do expect(@instance).to be_instance_of(YousignClient::ConfigEmailTemplate) end end describe 'test attribute "to"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["@members", "@members.auto", "@members.pending", "@members.processing", "@members.done", "@members.refused", "@member", "@creator", "@subscribers", "@subscribers.groupName1", "@subscribers.groupName2"]) # validator.allowable_values.each do |value| # expect { @instance.to = value }.not_to raise_error # end end end describe 'test attribute "subject"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "message"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "from_name"' 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