about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-25 12:32:10 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-25 12:32:10 -0700
commitc8287ae9b5ee5365aee8d350ac0c5cbc5870fd71 (patch)
tree31bc2426bd716cd32ba7846c44ed91d92033280b /test
parent4dab52409820e94e04d6722da5ddcc2ffebcd154 (diff)
downloadunicorn-c8287ae9b5ee5365aee8d350ac0c5cbc5870fd71.tar.gz
Diffstat (limited to 'test')
-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'