Add macro specs

This commit is contained in:
sdogruyol 2016-01-03 13:22:43 +02:00
parent 806b129b1c
commit c21567fe17
5 changed files with 20 additions and 6 deletions

View file

@ -6,4 +6,5 @@ include Kemal
Spec.before_each do
Kemal.config.env = "development"
Kemal.config.handlers.clear
end