Sha256: 242c84563fd0f0017acdce91c7f7e1b4721f4de538d0544116c5f9f34eb61f84
Contents?: true
Size: 1.35 KB
Versions: 36
Compression:
Stored size: 1.35 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::DocxBody # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'DocxBody' do before do # run before each test @instance = CloudmersiveConvertApiClient::DocxBody.new end after do # run after each test end describe 'test an instance of DocxBody' do it 'should create an instance of DocxBody' do expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::DocxBody) end end describe 'test attribute "path"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "all_paragraphs"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "all_tables"' 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
36 entries across 36 versions & 1 rubygems