Improve kemal.cr

This commit is contained in:
Sdogruyol 2016-02-14 15:15:28 +02:00
parent fe10d210c3
commit 092f5a2e49
13 changed files with 13 additions and 24 deletions

View file

@ -28,5 +28,4 @@ describe "Config" do
config.add_handler CustomTestHandler.new
config.handlers.size.should eq(1)
end
end