Sha256: bbddf42d545924d733a13310254486b9a73e6c7002d763970022a1bfd3780508
Contents?: true
Size: 414 Bytes
Versions: 109
Compression:
Stored size: 414 Bytes
Contents
#!/bin/sh . ./test-lib.sh t_plan 4 "write-on-close tests for funky response-bodies" t_begin "setup and start" && { unicorn_setup unicorn -D -c $unicorn_config write-on-close.ru unicorn_wait_start } t_begin "write-on-close response body succeeds" && { test xGoodbye = x"$(curl -sSf http://$listen/)" } t_begin "killing succeeds" && { kill $unicorn_pid } t_begin "check stderr" && { check_stderr } t_done
Version data entries
109 entries across 109 versions & 11 rubygems