add colorize for logger

This commit is contained in:
Aşkın Gedik 2015-11-22 19:02:09 +02:00
parent 56e3d36d7e
commit e284ba8196
3 changed files with 50 additions and 2 deletions

View file

@ -18,7 +18,6 @@ describe "Logger" do
logger = Kemal::Logger.new
logger.handler.should be_a File
end
it "writes to a file in production" do
config = Kemal.config
config.env = "production"