Sha256: 1496af35349c9321948a1257432857c2c9036509271a7ad25abb39c4a2a76dac
Contents?: true
Size: 1.47 KB
Versions: 15
Compression:
Stored size: 1.47 KB
Contents
=begin #CRM Imports #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' # Unit tests for Hubspot::Crm::Imports::PublicImportsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PublicImportsApi' do before do # run before each test @api_instance = Hubspot::Crm::Imports::PublicImportsApi.new end after do # run after each test end describe 'test an instance of PublicImportsApi' do it 'should create an instance of PublicImportsApi' do expect(@api_instance).to be_instance_of(Hubspot::Crm::Imports::PublicImportsApi) end end # unit tests for get_errors # @param import_id # @param [Hash] opts the optional parameters # @option opts [String] :after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. # @option opts [Integer] :limit The maximum number of results to display per page. # @return [CollectionResponsePublicImportErrorForwardPaging] describe 'get_errors 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