Sha256: cdd1f84c25b0e4836cb10a367cf40447a4d3939a55168e020b0875006e71b4c5

Contents?: true

Size: 1.43 KB

Versions: 20

Compression:

Stored size: 1.43 KB

Contents

=begin
#AllQ

#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.1

=end

require 'spec_helper'
require 'json'

# Unit tests for Allq::AdminApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'AdminApi' do
  before do
    # run before each test
    @instance = Allq::AdminApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of AdminApi' do
    it 'should create an instance of AdminApi' do
      expect(@instance).to be_instance_of(Allq::AdminApi)
    end
  end

  # unit tests for stats_get
  # Stats
  # Get Stats
  # @param [Hash] opts the optional parameters
  # @return [Array<StatsResults>]
  describe 'stats_get test' do
    it "should work" do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for update_servers_put
  # Reset Server Urls
  # Change server URLs
  # @param server_urls Comma Separated List URL String
  # @param [Hash] opts the optional parameters
  # @return [BasicResponse]
  describe 'update_servers_put test' 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

20 entries across 20 versions & 2 rubygems

Version Path
allq_rest-1.5.2 spec/api/admin_api_spec.rb
allq_rest-1.5.1 spec/api/admin_api_spec.rb
allq_rest-1.5.0 spec/api/admin_api_spec.rb
allq_rest-1.4.0 spec/api/admin_api_spec.rb
allq_rest-1.3.0 spec/api/admin_api_spec.rb
allq_rest-1.2.93 spec/api/admin_api_spec.rb
allq_rest-1.2.92 spec/api/admin_api_spec.rb
allq_rest-1.2.91 spec/api/admin_api_spec.rb
allq_rest-1.2.9 spec/api/admin_api_spec.rb
allq_rest-1.2.8 spec/api/admin_api_spec.rb
allq_rest-1.2.7 spec/api/admin_api_spec.rb
allq_rest-1.2.6 spec/api/admin_api_spec.rb
allq_rest-1.2.5 spec/api/admin_api_spec.rb
allq_rest-1.2.4 spec/api/admin_api_spec.rb
allq_rest-1.2.3 spec/api/admin_api_spec.rb
allq_rest-1.2.2 spec/api/admin_api_spec.rb
allq_rest-1.2.1 spec/api/admin_api_spec.rb
allq_rest-1.2.0 spec/api/admin_api_spec.rb
allq_client-1.1.1 spec/api/admin_api_spec.rb
allq_client-1.0.0 spec/api/admin_api_spec.rb