Sha256: e80d8be5d94932bb9c903076a045b0b7fe916055e0fce97c6a124a7ebcdbe860
Contents?: true
Size: 1.66 KB
Versions: 12
Compression:
Stored size: 1.66 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::DetectLineEndingsResponse # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'DetectLineEndingsResponse' do before do # run before each test @instance = CloudmersiveConvertApiClient::DetectLineEndingsResponse.new end after do # run after each test end describe 'test an instance of DetectLineEndingsResponse' do it 'should create an instance of DetectLineEndingsResponse' do expect(@instance).to be_instance_of(CloudmersiveConvertApiClient::DetectLineEndingsResponse) end end describe 'test attribute "successful"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "primary_newline_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "primary_newline_terminator"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "input_length"' 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