1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

4 commits

Author SHA1 Message Date
elij
e16bc71590 Explicitly handle the exception for failed loading.
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>
2011-01-31 10:34:41 +01:00
Steve Hodgkiss
cea255b3f2 Fix slim options test
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
2010-11-06 10:25:47 +01:00
Steve Hodgkiss
495cb35011 Update slim tests
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
2010-11-05 12:00:45 +01:00
Steve Hodgkiss
4b38f3b8be Added slim support
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
2010-10-29 14:27:50 +02:00