1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Duplicated load path

This commit is contained in:
Jun Aruga 2016-09-20 18:15:32 +02:00
parent 0b3626091e
commit 4c69e36368

View file

@ -1,12 +1,6 @@
# Copyright (c) 2011 Evan Phoenix
# Copyright (c) 2005 Zed A. Shaw
%w(lib test).each do |d|
dir = File.expand_path("../../#{d}", __FILE__)
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
end
require 'rubygems'
require 'test/unit'
require 'net/http'