Sha256: bdf7c8be5078ed8e73e6ba8025e4d39abf11159256f2d9f56a851dae7d8c87c0
Contents?: true
Size: 781 Bytes
Versions: 1
Compression:
Stored size: 781 Bytes
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::TaxIncludedType # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MfkOpenapiRubyClient::TaxIncludedType do let(:instance) { MfkOpenapiRubyClient::TaxIncludedType.new } describe 'test an instance of TaxIncludedType' do it 'should create an instance of TaxIncludedType' do expect(instance).to be_instance_of(MfkOpenapiRubyClient::TaxIncludedType) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | spec/models/tax_included_type_spec.rb |