=begin #Subskribe API #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.0.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.41 =end require 'spec_helper' require 'json' # Unit tests for SubskribeDevClient::ERPApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ERPApi' do before do # run before each test @instance = SubskribeDevClient::ERPApi.new end after do # run after each test end describe 'test an instance of ERPApi' do it 'should create an instance of ERPApi' do expect(@instance).to be_instance_of(SubskribeDevClient::ERPApi) end end # unit tests for process_delete_tasks # API to trigger ERP journal entry deletion task for accounting period # # @param accounting_period_id # @param [Hash] opts the optional parameters # @return [nil] describe 'process_delete_tasks test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for process_sync_tasks # API to trigger ERP journal entry sync task for accounting period # # @param accounting_period_id # @param [Hash] opts the optional parameters # @return [nil] describe 'process_sync_tasks test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for sync_credit_memo_to_erp # API to trigger ERP journal entry deletion task for accounting period # # @param credit_memo_number # @param [Hash] opts the optional parameters # @return [nil] describe 'sync_credit_memo_to_erp test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for sync_invoice_to_erp # API to trigger ERP journal entry deletion task for accounting period # # @param invoice_id # @param [Hash] opts the optional parameters # @return [nil] describe 'sync_invoice_to_erp test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for sync_void_invoice_to_erp # API to trigger ERP journal entry deletion task for accounting period # # @param invoice_number # @param [Hash] opts the optional parameters # @return [nil] describe 'sync_void_invoice_to_erp test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end