diff --git a/spec/github-pages/integration_spec.rb b/spec/github-pages/integration_spec.rb index d673a41..f76fa9b 100644 --- a/spec/github-pages/integration_spec.rb +++ b/spec/github-pages/integration_spec.rb @@ -309,4 +309,10 @@ RSpec.describe "Pages Gem Integration spec" do expect(contents).to match("markdown: CommonMarkGhPages") end end + + context "webrick" do + it "does nothing" do + # all is well + end + end end