about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-15 02:43:49 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-15 02:43:49 -0700
commit4cecac01518c6d48f749a34d4f56842429c2ccbc (patch)
treecebfa3e8af2394615f08ce291a7dd09ea6614b3b /test
parentbaa0709812a6204686228c1fb9be1df69045383f (diff)
downloadunicorn-4cecac01518c6d48f749a34d4f56842429c2ccbc.tar.gz
Rack is autoload-based and so are we.
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_request.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/unit/test_request.rb b/test/unit/test_request.rb
index edd4c55..6e648c2 100644
--- a/test/unit/test_request.rb
+++ b/test/unit/test_request.rb
@@ -2,13 +2,6 @@
 # You can redistribute it and/or modify it under the same terms as Ruby.
 
 require 'test/test_helper'
-begin
-  require 'rack'
-  require 'rack/lint'
-rescue LoadError
-  warn "Unable to load rack, skipping test"
-  exit 0
-end
 
 include Unicorn