remove pending from config_spec

This commit is contained in:
lebogan 2018-07-15 15:36:06 -07:00
parent d0f46ec8d9
commit 047cff93d3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ describe "Config" do
config.host_binding.should eq "127.0.0.1" config.host_binding.should eq "127.0.0.1"
end end
pending "adds a custom handler" do it "adds a custom handler" do
config = Kemal.config config = Kemal.config
config.add_handler CustomTestHandler.new config.add_handler CustomTestHandler.new
Kemal.config.setup Kemal.config.setup