Add 500 exception spec

This commit is contained in:
Sdogruyol 2015-12-01 21:52:44 +02:00
parent 7f198cab3b
commit 171459eee9
2 changed files with 11 additions and 1 deletions

View file

@ -33,7 +33,6 @@ class Kemal::Handler < HTTP::Handler
end
# Render 404 unless a route matches
return render_404
nil
end
def render_404