Add a test showing how having an Engine::PSGI .psgi file breaks.
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 27 Mar 2011 11:19:31 +0000 (12:19 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 27 Mar 2011 11:20:15 +0000 (12:20 +0100)
commit862d6713da1c7d001a4637cc0967d78b3bedfd7d
tree86d1647411dfe479bcf711899982029994526d49
parenta6f3a029c29d53913d3ab7dcc851b09d554254ff
Add a test showing how having an Engine::PSGI .psgi file breaks.

Notably, this .psgi file is in the app root, whereas ::Engine::PSGI's docs and helper suggest that
you create it in script/. So I don't have a problem with not supporting the .psgi working for tests
until you've converted it if you move it into the app root really - however it would be nice to be
able to detect it was broken, rather than just hanging.
t/psgi_file_testapp_engine_psgi_compat.t [new file with mode: 0644]