From 25bfeb87bbc6266e7e20a2b7fec21b84c8ca0e2c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Jun 2010 21:15:21 +0000 Subject: unicorn_rails: no need to load ActionDispatch::Static Rails 3 will automatically load it for us. --- t/t0300-rails3-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/t0300-rails3-basic.sh b/t/t0300-rails3-basic.sh index 3021276..8bf4066 100755 --- a/t/t0300-rails3-basic.sh +++ b/t/t0300-rails3-basic.sh @@ -18,7 +18,7 @@ t_begin "setup and start" && { # add more tests here t_begin "hit with curl" && { - curl -v http://$listen/ || : + test xHELLO = x"$(curl -sSf http://$listen/x.txt)" } t_begin "killing succeeds" && { -- cgit v1.2.3-24-ge0c7