summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2025-11-27 20:12:24 +0000
committerGitHub <noreply@github.com>2025-11-27 20:12:24 +0000
commit4cd6661e1853930c8002174c4ccd14f927fcd33b (patch)
treef76523b5a51d2ab3b86f8fac8136ec43517f8f6c /test/ruby
parent2f192c73cccdfd81e4ac2206feadc48b2757c19c (diff)
Reorganize page documentations (#15154)
Re-organize page docs
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_box.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_box.rb b/test/ruby/test_box.rb
index 7023ecab16..c52c7564ae 100644
--- a/test/ruby/test_box.rb
+++ b/test/ruby/test_box.rb
@@ -5,7 +5,7 @@ require 'test/unit'
class TestBox < Test::Unit::TestCase
EXPERIMENTAL_WARNINGS = [
"warning: Ruby::Box is experimental, and the behavior may change in the future!",
- "See doc/box.md for known issues, etc."
+ "See doc/language/box.md for known issues, etc."
].join("\n")
ENV_ENABLE_BOX = {'RUBY_BOX' => '1', 'TEST_DIR' => __dir__}