Sha256: aad2db46e23fc433a0083c1167648d71c8c3f34a3342f1f647cbc6c68121ea2b
Contents?: true
Size: 1.97 KB
Versions: 3
Compression:
Stored size: 1.97 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::AgeVerifyRequestAddress # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe AvalaraSdk::AgeVerifyRequestAddress do let(:instance) { AvalaraSdk::AgeVerifyRequestAddress.new } describe 'test an instance of AgeVerifyRequestAddress' do it 'should create an instance of AgeVerifyRequestAddress' do expect(instance).to be_instance_of(AvalaraSdk::AgeVerifyRequestAddress) end end describe 'test attribute "line1"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "city"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "region"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "country"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["US", "USA"]) # validator.allowable_values.each do |value| # expect { instance.country = value }.not_to raise_error # end end end describe 'test attribute "postal_code"' 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