about summary refs log tree commit homepage
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 55aa70c..787adbf 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -25,7 +25,9 @@ require 'stringio'
 require 'pathname'
 require 'tempfile'
 require 'fileutils'
+require 'logger'
 require 'unicorn'
+require 'unicorn/http11'
 
 if ENV['DEBUG']
   require 'ruby-debug'