about summary refs log tree commit homepage
path: root/t/t0300-async_sinatra.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 02:47:31 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-21 02:48:00 +0000
commit82c93e28e743480d59c81406a3aaad3b6ba4269f (patch)
tree8c405889b202af0d7fde6f0e147ed3f541ae8fa6 /t/t0300-async_sinatra.sh
parent679a4b4673f66a299322facfe2acb8776bf61c00 (diff)
downloadrainbows-82c93e28e743480d59c81406a3aaad3b6ba4269f.tar.gz
Everything should be working under Ruby 1.9.2(-preview3) now.
Diffstat (limited to 't/t0300-async_sinatra.sh')
-rwxr-xr-xt/t0300-async_sinatra.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t0300-async_sinatra.sh b/t/t0300-async_sinatra.sh
index 5ccd951..a623916 100755
--- a/t/t0300-async_sinatra.sh
+++ b/t/t0300-async_sinatra.sh
@@ -1,11 +1,5 @@
 #!/bin/sh
 . ./test-lib.sh
-case $RUBY_VERSION in
-1.9.2)
-        t_info "RUBY_VERSION=$RUBY_VERSION not supported with async_sinatra"
-        exit 0
-        ;;
-esac
 
 # n - number of seconds to sleep
 n=10