summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-21 13:35:37 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-21 16:21:46 +0900
commit391343e82867919bb13be4660fd49e05ebd5983c (patch)
treebcc74750292defdf1f90c4ab130b946941a033f4 /test
parentf26f905b28c5531c78445ac15d74ca1265eff5c5 (diff)
[ruby/rdoc] Guard for WEBrick
https://github.com/ruby/rdoc/commit/b1e7129e05
Diffstat (limited to 'test')
-rw-r--r--test/rdoc/test_rdoc_servlet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb
index 977251308a..c41c2c8ae7 100644
--- a/test/rdoc/test_rdoc_servlet.rb
+++ b/test/rdoc/test_rdoc_servlet.rb
@@ -548,4 +548,4 @@ class TestRDocServlet < RDoc::TestCase
store.save
end
-end
+end if defined?(WEBrick)