Sha256: 0c1eb91e8c82d34805fc978bd10b888ecf338b4d55a5f5c45c46b7cd002a2ae2
Contents?: true
Size: 1.37 KB
Versions: 12
Compression:
Stored size: 1.37 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::ExtractApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ExtractApi' do before do # run before each test @api_instance = Hubspot::Cms::SourceCode::ExtractApi.new end after do # run after each test end describe 'test an instance of ExtractApi' do it 'should create an instance of ExtractApi' do expect(@api_instance).to be_instance_of(Hubspot::Cms::SourceCode::ExtractApi) end end # unit tests for extract_by_path # Extracts a zip file # Extracts a zip file in the file system. The zip file will be extracted in-place and not be deleted automatically. # @param path The file system location of the zip file. # @param [Hash] opts the optional parameters # @return [nil] describe 'extract_by_path 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