Update built-in exception route handler

This commit is contained in:
Sdogruyol 2016-01-24 18:13:04 +02:00
parent 02af920a0f
commit 94a73e9ade
2 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
require "./spec_helper"
describe "Context" do
it "sets content type" do
it "has a default content type" do
kemal = Kemal::Handler.new
kemal.add_route "GET", "/" do |env|
"Hello"