3 t_plan
2 "test the -N / --no-default-middleware option"
5 t_begin
"setup and start" && {
7 unicorn
-N -D -c $unicorn_config fails-rack-lint.ru
11 t_begin
"check exit status with Rack::Lint not present" && {
12 test 42 -eq "$(curl -sf -o/dev/null -w'%{http_code}' http://$listen/)"