summaryrefslogtreecommitdiff
path: root/test/lib/helper.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-29 00:48:24 +0900
committergit <svn-admin@ruby-lang.org>2023-04-28 16:09:20 +0000
commit966f0d91e2a86fa1347cdafbe1af47e7350aa4ca (patch)
tree956cd10c444c1833979c253c1896e370785f109d /test/lib/helper.rb
parent74028c210c23a13b3168886efcf837b4bf930468 (diff)
downloadruby-966f0d91e2a86fa1347cdafbe1af47e7350aa4ca.tar.gz
[ruby/rdoc] Update test libraries from ruby/ruby 2023-04-29
From https://github.com/ruby/ruby/commit/74028c210c23a13b3168886efcf837b4bf930468 https://github.com/ruby/rdoc/commit/badc518c57
Diffstat (limited to 'test/lib/helper.rb')
-rw-r--r--test/lib/helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lib/helper.rb b/test/lib/helper.rb
new file mode 100644
index 0000000000..909f8f98af
--- /dev/null
+++ b/test/lib/helper.rb
@@ -0,0 +1,4 @@
+require "test/unit"
+require_relative "core_assertions"
+
+Test::Unit::TestCase.include Test::Unit::CoreAssertions