Refactor specs

This commit is contained in:
Sdogruyol 2016-03-21 18:29:48 +02:00
parent f464ab6d4f
commit 87df71a89a
7 changed files with 62 additions and 98 deletions

View file

@ -26,6 +26,6 @@ describe "Config" do
it "adds a custom handler" do
config = Kemal.config
config.add_handler CustomTestHandler.new
config.handlers.size.should eq(1)
config.handlers.size.should eq(5)
end
end