Sha256: ee829390cf7a9e36effc3f0a2d5651c58ac6845318852eda3036c6ebcf8f31b7
Contents?: true
Size: 1.29 KB
Versions: 16
Compression:
Stored size: 1.29 KB
Contents
=begin #MoneyKit API #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.1.0 =end require 'spec_helper' require 'json' # Unit tests for MoneyKit::WebhooksApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'WebhooksApi' do before do # run before each test @api_instance = MoneyKit::WebhooksApi.new end after do # run after each test end describe 'test an instance of WebhooksApi' do it 'should create an instance of WebhooksApi' do expect(@api_instance).to be_instance_of(MoneyKit::WebhooksApi) end end # unit tests for trigger_test_link_webhook_event # Trigger a test webhook event for a link (Sandbox only). # @param id The unique ID for this link. # @param webhook_test_link_request # @param [Hash] opts the optional parameters # @option opts [String] :moneykit_version # @return [WebhookTestLinkResponse] describe 'trigger_test_link_webhook_event test' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
16 entries across 16 versions & 1 rubygems