Sha256: 4533962f3c04ab6773922dee280f0f2d9c2944665c0f45eafb4a9e529b480d44
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
=begin #Money Forward Kessai API v2 #Money Forward Kessai REST API The version of the OpenAPI document: 2.6.7 Contact: api.support@mfkessai.co.jp Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.0.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MfkOpenapiRubyClient::AmountPerTaxRateType # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MfkOpenapiRubyClient::AmountPerTaxRateType do let(:instance) { MfkOpenapiRubyClient::AmountPerTaxRateType.new } describe 'test an instance of AmountPerTaxRateType' do it 'should create an instance of AmountPerTaxRateType' do expect(instance).to be_instance_of(MfkOpenapiRubyClient::AmountPerTaxRateType) end end describe 'test attribute "amount"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "tax_rate_type"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | spec/models/amount_per_tax_rate_type_spec.rb |