Sha256: 3c0756c1d7541844229c1fba9cab7df1f3bbaabc33a800fb0675eb2dea63f5a9
Contents?: true
Size: 1.03 KB
Versions: 23
Compression:
Stored size: 1.03 KB
Contents
=begin #convertapi #Convert API lets you effortlessly convert file formats and types. OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudmersiveConvertApiClient::HtmlToTextRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'HtmlToTextRequest' do before do # run before each test @instance = CloudmersiveConvertApiClient::HtmlToTextRequest.new end after do # run after each test end describe 'test an instance of HtmlToTextRequest' do it 'should create an instance of HtmlToTextRequest' do expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::HtmlToTextRequest) end end describe 'test attribute "html"' 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
23 entries across 23 versions & 1 rubygems