Sha256: 583789df0d24849058856ef6d8832843285de6053d64c99ca7e95a930d6b7f65
Contents?: true
Size: 890 Bytes
Versions: 4
Compression:
Stored size: 890 Bytes
Contents
=begin #Web API Swagger specification #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for AsposeCellsCloud::ValueType # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ValueType' do before do # run before each test @instance = AsposeCellsCloud::ValueType.new end after do # run after each test end describe 'test an instance of ValueType' do it 'should create an instance of ValueType' do expect(@instance).to be_instance_of(AsposeCellsCloud::ValueType) end end end
Version data entries
4 entries across 4 versions & 1 rubygems