=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