From f430f404e8863be299ef39a0d6032c5d71da9193 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 17 Jul 2024 17:54:03 -0700 Subject: [PATCH] nil webrick test --- spec/github-pages/integration_spec.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/github-pages/integration_spec.rb b/spec/github-pages/integration_spec.rb index d673a418..f76fa9b2 100644 --- a/spec/github-pages/integration_spec.rb +++ b/spec/github-pages/integration_spec.rb @@ -309,4 +309,10 @@ def rm_destination expect(contents).to match("markdown: CommonMarkGhPages") end end + + context "webrick" do + it "does nothing" do + # all is well + end + end end