From 4cecac01518c6d48f749a34d4f56842429c2ccbc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Aug 2009 02:43:49 -0700 Subject: Remove explicit requires for Rack things Rack is autoload-based and so are we. --- test/unit/test_request.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test') 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 -- cgit v1.2.3-24-ge0c7