Sha256: c2efd5a3e5d82ca2957c304af7725e40b57a79509582a00e1909c9fc7d25b4cb
Contents?: true
Size: 924 Bytes
Versions: 3
Compression:
Stored size: 924 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::PaymentInstructionRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PaymentInstructionRequest' do before do # run before each test @instance = BudgeaClient::PaymentInstructionRequest.new end after do # run after each test end describe 'test an instance of PaymentInstructionRequest' do it 'should create an instance of PaymentInstructionRequest' do expect(@instance).to be_instance_of(BudgeaClient::PaymentInstructionRequest) end end end
Version data entries
3 entries across 3 versions & 1 rubygems