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