The exception handler was only catching RuntimeError, which probably
should not be caught by the harness (so a test fails), when it should
have been catching LoadError exceptions (module not present to test).
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This reverts commit 3ac8cb76da.
Oops. I meant to take this out after adding the development
dependencies. I still don't think it would be a bad idea to remove
the template-engine specific tests from Sinatra, but I think
we should do it across all engines, not just erubis.