Sha256: 3baf62f69d3cb163d67680b4b87849fe9ed7c3fc051cd81f0502dc01649cae38
Contents?: true
Size: 1.69 KB
Versions: 16
Compression:
Stored size: 1.69 KB
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::APIErrorRateLimitExceededResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MoneyKit::APIErrorRateLimitExceededResponse do let(:instance) { MoneyKit::APIErrorRateLimitExceededResponse.new } describe 'test an instance of APIErrorRateLimitExceededResponse' do it 'should create an instance of APIErrorRateLimitExceededResponse' do # uncomment below to test the instance creation # expect(instance).to be_instance_of(MoneyKit::APIErrorRateLimitExceededResponse) end end describe 'test attribute "error_code"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["api_error.rate_limit_exceeded"]) # validator.allowable_values.each do |value| # expect { instance.error_code = value }.not_to raise_error # end end end describe 'test attribute "error_message"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "documentation_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
16 entries across 16 versions & 1 rubygems