Sha256: 7e49b7f4a27998b0ede188e2ed3c688a91b05fe5afa72b5cd4e4eb7dc79bf8da
Contents?: true
Size: 870 Bytes
Versions: 3
Compression:
Stored size: 870 Bytes
Contents
=begin #Budgea API Documentation #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 2.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.19 =end require 'spec_helper' require 'json' require 'date' # Unit tests for BudgeaClient::PaymentErrorCode # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PaymentErrorCode' do before do # run before each test @instance = BudgeaClient::PaymentErrorCode.new end after do # run after each test end describe 'test an instance of PaymentErrorCode' do it 'should create an instance of PaymentErrorCode' do expect(@instance).to be_instance_of(BudgeaClient::PaymentErrorCode) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | spec/models/payment_error_code_spec.rb |
budgea_client-5.5.0 | spec/models/payment_error_code_spec.rb |
budgea_client-5.4.0 | spec/models/payment_error_code_spec.rb |