Sha256: d2884f65264601d1363556b6b52d9104f532299a91bc2f5e7dd1706e80609cb0
Contents?: true
Size: 1.56 KB
Versions: 12
Compression:
Stored size: 1.56 KB
Contents
=begin #CMS Source Code #Endpoints for interacting with files in the CMS Developer File System. These files include HTML templates, CSS, JS, modules, and other assets which are used to create CMS content. 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::Cms::SourceCode::SourceCodeExtractApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'SourceCodeExtractApi' do before do # run before each test @api_instance = Hubspot::Cms::SourceCode::SourceCodeExtractApi.new end after do # run after each test end describe 'test an instance of SourceCodeExtractApi' do it 'should create an instance of SourceCodeExtractApi' do expect(@api_instance).to be_instance_of(Hubspot::Cms::SourceCode::SourceCodeExtractApi) end end # unit tests for do_async # @param file_extract_request # @param [Hash] opts the optional parameters # @return [TaskLocator] describe 'do_async 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 get_async_status # @param task_id # @param [Hash] opts the optional parameters # @return [ActionResponse] describe 'get_async_status 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
12 entries across 12 versions & 1 rubygems