Sha256: 0f8572fc14696c3bb6fd8c6494646077e2fd6e77fc2bb1e1d6ab09e2eed8e3cb
Contents?: true
Size: 882 Bytes
Versions: 11
Compression:
Stored size: 882 Bytes
Contents
=begin #MoneyKit API #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 2023-02-18 Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.1.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MoneyKit::LinkProductFailureReasons # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MoneyKit::LinkProductFailureReasons do let(:instance) { MoneyKit::LinkProductFailureReasons.new } describe 'test an instance of LinkProductFailureReasons' do it 'should create an instance of LinkProductFailureReasons' do # uncomment below to test the instance creation # expect(instance).to be_instance_of(MoneyKit::LinkProductFailureReasons) end end end
Version data entries
11 entries across 11 versions & 1 rubygems