=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::DeductionUntaxableRevenueStamp # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MfkOpenapiRubyClient::DeductionUntaxableRevenueStamp do let(:instance) { MfkOpenapiRubyClient::DeductionUntaxableRevenueStamp.new } describe 'test an instance of DeductionUntaxableRevenueStamp' do it 'should create an instance of DeductionUntaxableRevenueStamp' do expect(instance).to be_instance_of(MfkOpenapiRubyClient::DeductionUntaxableRevenueStamp) 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 "quantity"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "unit_price"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end