Updating to instance types

This commit is contained in:
sdogruyol 2016-04-12 14:41:09 +03:00
parent de98236fc4
commit 05e44e68c6
15 changed files with 27 additions and 18 deletions

View file

@ -53,5 +53,5 @@ end
Spec.after_each do
Kemal.config.handlers.clear
Kemal::RouteHandler::INSTANCE.tree = Radix::Tree.new
Kemal::RouteHandler::INSTANCE.tree = Radix::Tree(Route).new
end