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