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 06:08:07 +0000
commitaa8262b71a207e396cb984a39f1cc917146bcb4b (patch)
treeaba10fcf46b07af1d4e6334af75e72016365a5c2 /test
parent6ea71159e2557eca51d2388f07ab552c69a44dd7 (diff)
downloadunicorn-aa8262b71a207e396cb984a39f1cc917146bcb4b.tar.gz
"stringio" is part of the Ruby distro and we use it in multiple
places, so avoid re-requiring it.
(cherry picked from commit 0fea004ab093ec4f59d919915a505a136326bd8a)
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'