Sha256: 66f8b637afc812e2bb6b8361719e1927a09130d8185a64bef46bc19e69ade65a

Contents?: true

Size: 360 Bytes

Versions: 39

Compression:

Stored size: 360 Bytes

Contents

require File.expand_path("../endpoint", __FILE__)

Artifice.deactivate

class EndpointHostRedirect < Endpoint
  get "/fetch/actual/gem/:id", :host_name => 'localgemserver.test' do
    redirect "http://bundler.localgemserver.test#{request.path_info}"
  end

  get "/api/v1/dependencies" do
    status 404
  end
end

Artifice.activate_with(EndpointHostRedirect)

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
bundler-1.7.1.pre.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.7.1.pre spec/support/artifice/endpoint_host_redirect.rb
bundler-1.7.0 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.5 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.4 spec/support/artifice/endpoint_host_redirect.rb
bundler-prehistoric-1.6.2.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.3 spec/support/artifice/endpoint_host_redirect.rb
bundler-prehistoric-1.6.2.1 spec/support/artifice/endpoint_host_redirect.rb
bundler-prehistoric-1.6.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.1 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.0 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.0.rc2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.0.rc spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.0.pre.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.5.3 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.6.0.pre.1 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.5.2 spec/support/artifice/endpoint_host_redirect.rb
bundler-1.3.6 spec/support/artifice/endpoint_host_redirect.rb