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