Sha256: 051b0373b700fb38b95d90b5c6e3732a94f974474b1cca4f5f749e99aca8c9cf
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
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' # Unit tests for BudgeaClient::PaymentsApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PaymentsApi' do before do # run before each test @instance = BudgeaClient::PaymentsApi.new end after do # run after each test end describe 'test an instance of PaymentsApi' do it 'should create an instance of PaymentsApi' do expect(@instance).to be_instance_of(BudgeaClient::PaymentsApi) end end # unit tests for payments_post # Create and validate a payment request # @param payment_data # @param [Hash] opts the optional parameters # @return [Payment] describe 'payments_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | spec/api/payments_api_spec.rb |
budgea_client-5.5.0 | spec/api/payments_api_spec.rb |
budgea_client-5.4.0 | spec/api/payments_api_spec.rb |