Skip to content

Commit

Permalink
Try to load WEBrick for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Sep 1, 2021
1 parent 5437418 commit 5f3901a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/rdoc/test_rdoc_servlet.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true
require_relative 'helper'
begin
require 'webrick'
rescue LoadError
end

class TestRDocServlet < RDoc::TestCase

Expand Down

0 comments on commit 5f3901a

Please sign in to comment.