Sha256: 908efa41caeb3588464c31128fc776007f0db9c6700e711eb314ea114f17f546

Contents?: true

Size: 1.06 KB

Versions: 36

Compression:

Stored size: 1.06 KB

Contents

=begin
#Pulp 3 API

#Fetch, Upload, Organize, and Distribute Software Packages

The version of the OpenAPI document: v3
Contact: pulp-list@redhat.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1

=end

require 'spec_helper'

describe PulpFileClient::Configuration do
  let(:config) { PulpFileClient::Configuration.default }

  before(:each) do
    # uncomment below to setup host and base_path
    # require 'URI'
    # uri = URI.parse("http://localhost:24817")
    # PulpFileClient.configure do |c|
    #   c.host = uri.host
    #   c.base_path = uri.path
    # end
  end

  describe '#base_url' do
    it 'should have the default value' do
      # uncomment below to test default value of the base path
      # expect(config.base_url).to eq("http://localhost:24817")
    end

    it 'should remove trailing slashes' do
      [nil, '', '/', '//'].each do |base_path|
        config.base_path = base_path
        # uncomment below to test trailing slashes
        # expect(config.base_url).to eq("http://localhost:24817")
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
pulp_file_client-3.63.4 spec/configuration_spec.rb
pulp_file_client-3.68.1 spec/configuration_spec.rb
pulp_file_client-3.49.25 spec/configuration_spec.rb
pulp_file_client-3.63.3 spec/configuration_spec.rb
pulp_file_client-3.49.24 spec/configuration_spec.rb
pulp_file_client-3.68.0 spec/configuration_spec.rb
pulp_file_client-3.67.1 spec/configuration_spec.rb
pulp_file_client-3.63.2 spec/configuration_spec.rb
pulp_file_client-3.66.1 spec/configuration_spec.rb
pulp_file_client-3.49.23 spec/configuration_spec.rb
pulp_file_client-3.67.0 spec/configuration_spec.rb
pulp_file_client-3.63.1 spec/configuration_spec.rb
pulp_file_client-3.49.22 spec/configuration_spec.rb
pulp_file_client-3.66.0 spec/configuration_spec.rb
pulp_file_client-3.49.21 spec/configuration_spec.rb
pulp_file_client-3.65.0 spec/configuration_spec.rb
pulp_file_client-3.64.0 spec/configuration_spec.rb
pulp_file_client-3.63.0 spec/configuration_spec.rb
pulp_file_client-3.62.0 spec/configuration_spec.rb
pulp_file_client-3.49.20 spec/configuration_spec.rb