summary refs log tree commit
path: root/test/spec_webrick.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_webrick.rb')
-rw-r--r--test/spec_webrick.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/spec_webrick.rb b/test/spec_webrick.rb
index ffb03740..96f86c25 100644
--- a/test/spec_webrick.rb
+++ b/test/spec_webrick.rb
@@ -2,8 +2,15 @@
 
 require_relative 'helper'
 require 'thread'
+require 'webrick'
 require_relative 'test_request'
 
+separate_testing do
+  require_relative '../lib/rack/handler'
+  require_relative '../lib/rack/lint'
+  require_relative '../lib/rack/response'
+end
+
 Thread.abort_on_exception = true
 
 describe Rack::Handler::WEBrick do