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