about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-08 05:54:25 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-08 05:56:10 +0000
commit0fea004ab093ec4f59d919915a505a136326bd8a (patch)
treefa67ead511fd79cedf45d81c9e97fdb1d10cc0c4 /test
parent5ece8c1c33f10e6496dfe5ae1d0d368293278d2d (diff)
downloadunicorn-0fea004ab093ec4f59d919915a505a136326bd8a.tar.gz
"stringio" is part of the Ruby distro and we use it in multiple
places, so avoid re-requiring it.
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index f0da9c1..c4e56a2 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -32,7 +32,6 @@ require 'tempfile'
 require 'fileutils'
 require 'logger'
 require 'unicorn'
-require 'unicorn_http'
 
 if ENV['DEBUG']
   require 'ruby-debug'