Sha256: 3487c88fc6b7953701d49d02762a900c950013cc20373ee87e3689b00a895ea3
Contents?: true
Size: 1.54 KB
Versions: 3
Compression:
Stored size: 1.54 KB
Contents
=begin #Avalara Shipping Verification for Beverage Alcohol #API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations. This API is currently in beta. The version of the OpenAPI document: 2.1.0-beta Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for AvalaraSdk::AgeVerifyRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AvalaraSdk::AgeVerifyRequest do let(:instance) { AvalaraSdk::AgeVerifyRequest.new } describe 'test an instance of AgeVerifyRequest' do it 'should create an instance of AgeVerifyRequest' do expect(instance).to be_instance_of(AvalaraSdk::AgeVerifyRequest) end end describe 'test attribute "first_name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "last_name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "address"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "dob"' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-2.4.26 | spec/models/age_verify_request_spec.rb |
avalara_sdk-2.4.7 | spec/models/age_verify_request_spec.rb |
avalara_sdk-2.4.5.6 | spec/models/age_verify_request_spec.rb |