added verb for filters and minor improvements

This commit is contained in:
Joris Moriau 2016-02-16 21:07:58 +01:00
parent 62e9170baf
commit c5201f01ad
13 changed files with 259 additions and 92 deletions

View file

@ -40,4 +40,5 @@ Spec.before_each do
config.env = "development"
config.setup_logging
config.handlers.clear
Kemal::RouteHandler::INSTANCE.tree = Radix::Tree.new
end