ensure RACK_ENV is inherited from the parent env
commit8ce1ba6cc7409e5c6b04286bdf09bc175a0274fb
authorEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 09:50:17 +0000 (5 01:50 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 09:50:17 +0000 (5 01:50 -0800)
tree881f02000435f9727c9d9cadf3a417a2d4ba3515
parentb5c1db0c2cd95bcfba1e67fa8a0a058f80025528
ensure RACK_ENV is inherited from the parent env

Add tests to ensure we set it correctly and it gets
passed down to the app.
bin/rainbows
t/env_rack_env.ru [new file with mode: 0644]
t/t0006-process-rack-env.sh [new file with mode: 0755]