Sha256: 0d0167222a43c8637c51426137cea18c59000e14773ab2e4005e15a63e8246df

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

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'

# Unit tests for AsposeCellsCloud::CellsApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'LiteCellsApi' do
  before do
    @instance = AsposeCellsCloud::LiteCellsApi.new($client_id,$client_secret,$api_version,$baseurl)
    $VERBOSE = nil
  end

  after do
    # run after each test
  end

  describe 'lite_cells_unit unlock object test' do
    it "should work" do
      files = {}      
      name = $needUnlockXlsx
      files[name] = ::File.open(File.expand_path("data/"+name),"r") 

     
      result = @instance.post_unlock(files ,'123456' )


      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
      end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aspose_cells_cloud-21.12 spec/api/cells_unlock_spec.rb
aspose_cells_cloud-21.11 spec/api/cells_unlock_spec.rb
aspose_cells_cloud-21.10 spec/api/cells_unlock_spec.rb
aspose_cells_cloud-21.8 spec/api/cells_unlock_spec.rb
aspose_cells_cloud-21.7 spec/api/cells_unlock_spec.rb
aspose_cells_cloud-21.6 spec/api/cells_unlock_spec.rb