summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-28 15:23:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-28 22:05:09 +0900
commitafc98e3b551b11baa4a9257d7578d3151404fcc0 (patch)
treecad0d0c821e78fb0fa916a917e2776db2c3b05bc /tool/lib
parent0bd278238462b4c9e89014e6a64fbd9d7d98700a (diff)
downloadruby-afc98e3b551b11baa4a9257d7578d3151404fcc0.tar.gz
Copy also helper.rb [ci skip]
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/lib/helper.rb b/tool/lib/helper.rb
new file mode 100644
index 0000000000..909f8f98af
--- /dev/null
+++ b/tool/lib/helper.rb
@@ -0,0 +1,4 @@
+require "test/unit"
+require_relative "core_assertions"
+
+Test::Unit::TestCase.include Test::Unit::CoreAssertions