4 t_plan
3 "Rails 3 (beta) tests"
6 t_begin
"setup and start" && {
7 rails3_app
=$
(cd rails3-app
&& pwd)
11 ( cd $rails3_app && tar cf
- .
) |
tar xf
-
12 $RAKE db
:sessions
:create
15 unicorn_rails
-D -c $unicorn_config
20 t_begin
"hit with curl" && {
21 test xHELLO
= x
"$(curl -sSf http://$listen/x.txt)"
24 t_begin
"killing succeeds" && {