3 t_plan
3 "-N / --no-default-middleware option not supported in config.ru"
5 t_begin
"setup and start" && {
7 RACK_ENV
=development unicorn
-D -c $unicorn_config t0301.ru
11 t_begin
"check switches parsed as expected and -N ignored for Rack::Lint" && {
14 eval "$(curl -sf http://$listen/vars)"
15 test x
"$debug" = xtrue
20 t_begin
"killing succeeds" && {