Skip to content

Commit d4c842e

Browse files
committed
Remove depracated custom logger spec
1 parent fa4bf06 commit d4c842e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/helpers_spec.cr

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ describe "Macros" do
2222
logging false
2323
Kemal.config.logging.should eq false
2424
end
25-
26-
it "sets a custom logger" do
27-
config = Kemal::Config::INSTANCE
28-
logger CustomLogHandler.new
29-
config.logger.should be_a(CustomLogHandler)
30-
end
3125
end
3226

3327
describe "#halt" do

0 commit comments

Comments
 (0)