Sha256: c10adb897c7b539ea3976995f259ca5c10dad490210d33ae6ba562c24fa55c7d

Contents?: true

Size: 839 Bytes

Versions: 84

Compression:

Stored size: 839 Bytes

Contents

require File.expand_path("../../path.rb", __FILE__)
include Spec::Path

$LOAD_PATH.unshift "#{Dir[base_system_gems.join("gems/artifice*/lib")].first}"
$LOAD_PATH.unshift "#{Dir[base_system_gems.join("gems/rack-*/lib")].first}"
$LOAD_PATH.unshift "#{Dir[base_system_gems.join("gems/rack-*/lib")].last}"
$LOAD_PATH.unshift "#{Dir[base_system_gems.join("gems/tilt*/lib")].first}"
$LOAD_PATH.unshift "#{Dir[base_system_gems.join("gems/sinatra*/lib")].first}"

require 'artifice'
require 'sinatra/base'

Artifice.deactivate

class Endpoint500 < Sinatra::Base
  get "/quick/Marshal.4.8/:id" do
    halt 500
  end

  get "/fetch/actual/gem/:id" do
    halt 500
  end

  get "/gems/:id" do
    halt 500
  end

  get "/api/v1/dependencies" do
    halt 500
  end

  get "/specs.4.8.gz" do
    halt 500
  end
end

Artifice.activate_with(Endpoint500)

Version data entries

84 entries across 84 versions & 3 rubygems

Version Path
bundler-1.7.15 spec/support/artifice/endpoint_500.rb
bundler-1.7.14 spec/support/artifice/endpoint_500.rb
bundler-1.7.13 spec/support/artifice/endpoint_500.rb
bundler-1.7.12 spec/support/artifice/endpoint_500.rb
bundler-1.7.11 spec/support/artifice/endpoint_500.rb
bundler-1.7.10 spec/support/artifice/endpoint_500.rb
bundler-1.7.9 spec/support/artifice/endpoint_500.rb
bundler-1.7.8 spec/support/artifice/endpoint_500.rb
bundler-1.7.7 spec/support/artifice/endpoint_500.rb
bundler-1.7.6 spec/support/artifice/endpoint_500.rb
bundler-1.6.9 spec/support/artifice/endpoint_500.rb
bundler-1.7.5 spec/support/artifice/endpoint_500.rb
bundler-1.6.8 spec/support/artifice/endpoint_500.rb
bundler-1.7.4 spec/support/artifice/endpoint_500.rb
bundler-1.6.7 spec/support/artifice/endpoint_500.rb
bundler-1.7.3 spec/support/artifice/endpoint_500.rb
bundler-1.6.6 spec/support/artifice/endpoint_500.rb
bundler-1.7.2 spec/support/artifice/endpoint_500.rb
bundler-1.7.1 spec/support/artifice/endpoint_500.rb
bundler-1.7.1.pre.3 spec/support/artifice/endpoint_500.rb