Sha256: 51752cfacdd58c5e6907d3ae5d6c656e5c8975c163b7f30243b8e8154c1612d4
Contents?: true
Size: 1.42 KB
Versions: 13
Compression:
Stored size: 1.42 KB
Contents
=begin #validateapi #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API. OpenAPI spec version: v1 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 CloudmersiveValidateApiClient::GetPublicHolidaysRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'GetPublicHolidaysRequest' do before do # run before each test @instance = CloudmersiveValidateApiClient::GetPublicHolidaysRequest.new end after do # run after each test end describe 'test an instance of GetPublicHolidaysRequest' do it 'should create an instance of GetPublicHolidaysRequest' do expect(@instance).to be_instance_of(CloudmersiveValidateApiClient::GetPublicHolidaysRequest) end end describe 'test attribute "raw_country_input"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "year"' 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
13 entries across 13 versions & 1 rubygems