summaryrefslogtreecommitdiff
path: root/tool/test/webrick/utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/test/webrick/utils.rb')
-rw-r--r--tool/test/webrick/utils.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/test/webrick/utils.rb b/tool/test/webrick/utils.rb
index 85fc2bc641..a8568d0a43 100644
--- a/tool/test/webrick/utils.rb
+++ b/tool/test/webrick/utils.rb
@@ -36,6 +36,8 @@ module TestWEBrick
RubyBinArray << "-I" << "#{File.dirname(EnvUtil.rubybin)}/.ext/#{RUBY_PLATFORM}"
require "test/unit" unless defined?(Test::Unit)
+ include Test::Unit::Assertions
+ extend Test::Unit::Assertions
include Test::Unit::CoreAssertions
extend Test::Unit::CoreAssertions