Sha256: 2b0e6d5628f577ae333e77b9bf21b68986c196c438f4be9b3dbecddedd1c471e

Contents?: true

Size: 1.38 KB

Versions: 15

Compression:

Stored size: 1.38 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.1

=end

require 'spec_helper'
require 'json'

# Unit tests for BudgeaClient::HUBApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'HUBApi' do
  before do
    # run before each test
    @instance = BudgeaClient::HUBApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of HUBApi' do
    it 'should create an instance of HUBApi' do
      expect(@instance).to be_instance_of(BudgeaClient::HUBApi)
    end
  end

  # unit tests for webhooks_id_webhook_add_to_data_post
  # Setup a field to store in user config when calling the endpoint
  # For each parameter, a value will be added in the webhook data. Use the key to set the name of the field. The values that can be added are to be found in the user configuration.<br><br>
  # @param id_webhook 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'webhooks_id_webhook_add_to_data_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

15 entries across 15 versions & 1 rubygems

Version Path
budgea_client-5.2.0 spec/api/hub_api_spec.rb
budgea_client-5.1.3 spec/api/hub_api_spec.rb
budgea_client-5.1.2 spec/api/hub_api_spec.rb
budgea_client-5.1.1 spec/api/hub_api_spec.rb
budgea_client-5.0.4 spec/api/hub_api_spec.rb
budgea_client-5.0.3 spec/api/hub_api_spec.rb
budgea_client-5.0.1 spec/api/hub_api_spec.rb
budgea_client-5.0.0 spec/api/hub_api_spec.rb
budgea_client-4.0.3 spec/api/hub_api_spec.rb
budgea_client-4.0.2 spec/api/hub_api_spec.rb
budgea_client-4.0.1 spec/api/hub_api_spec.rb
budgea_client-4.0.0 spec/api/hub_api_spec.rb
budgea_client-3.0.1 spec/api/hub_api_spec.rb
budgea_client-3.0.0 spec/api/hub_api_spec.rb
budgea_client-2.0.2 spec/api/hub_api_spec.rb