You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.2 KiB
46 lines
1.2 KiB
=begin
|
|
#Seaweedfs Master Server API
|
|
|
|
#The Seaweedfs Master Server API allows you to store blobs
|
|
|
|
The version of the OpenAPI document: 3.43.0
|
|
|
|
Generated by: https://openapi-generator.tech
|
|
OpenAPI Generator version: 6.4.0
|
|
|
|
=end
|
|
|
|
require 'spec_helper'
|
|
require 'json'
|
|
require 'date'
|
|
|
|
# Unit tests for OpenapiClient::FileKey
|
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
# Please update as you see appropriate
|
|
describe OpenapiClient::FileKey do
|
|
let(:instance) { OpenapiClient::FileKey.new }
|
|
|
|
describe 'test an instance of FileKey' do
|
|
it 'should create an instance of FileKey' do
|
|
expect(instance).to be_instance_of(OpenapiClient::FileKey)
|
|
end
|
|
end
|
|
describe 'test attribute "count"' do
|
|
it 'should work' do
|
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
end
|
|
end
|
|
|
|
describe 'test attribute "fid"' do
|
|
it 'should work' do
|
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
end
|
|
end
|
|
|
|
describe 'test attribute "url"' do
|
|
it 'should work' do
|
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
end
|
|
end
|
|
|
|
end
|