Sha256: 19d0b72c0452a49a85d49e660ce8d1c0afb0bba5b3f057052ffb52d6c9116cba
Contents?: true
Size: 828 Bytes
Versions: 5
Compression:
Stored size: 828 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::LinkProductError # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MoneyKit::LinkProductError do let(:instance) { MoneyKit::LinkProductError.new } describe 'test an instance of LinkProductError' do it 'should create an instance of LinkProductError' do # uncomment below to test the instance creation # expect(instance).to be_instance_of(MoneyKit::LinkProductError) end end end
Version data entries
5 entries across 5 versions & 1 rubygems