about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-25 12:32:10 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-22 01:54:20 -0700
commit1de33f9cdc735588e8dee100e64e68c68b990830 (patch)
tree31bc2426bd716cd32ba7846c44ed91d92033280b
parent4dab52409820e94e04d6722da5ddcc2ffebcd154 (diff)
downloadunicorn-1de33f9cdc735588e8dee100e64e68c68b990830.tar.gz
-rw-r--r--test/unit/test_request.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/test_request.rb b/test/unit/test_request.rb
index 7c438da..060da24 100644
--- a/test/unit/test_request.rb
+++ b/test/unit/test_request.rb
@@ -1,11 +1,6 @@
 # Copyright (c) 2009 Eric Wong
 # You can redistribute it and/or modify it under the same terms as Ruby.
 
-if RUBY_VERSION =~ /1\.9/
-  warn "#$0 current broken under Ruby 1.9 with Rack"
-  exit 0
-end
-
 require 'test/test_helper'
 begin
   require 'rack'