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:
parent
0b3626091e
commit
4c69e36368
1 changed files with 0 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue