From cc01ae591bba7ff11f5e83440d986df65b63c29a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 9 Jan 2022 12:34:11 +0900 Subject: [PATCH] [DOC] test-spec would be preferable now --- doc/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hacking.md b/doc/hacking.md index d4d0107070..2a2c6f0959 100644 --- a/doc/hacking.md +++ b/doc/hacking.md @@ -81,5 +81,5 @@ make test-all TESTS=../test/fiber/test_io.rb RubySpec is a project to write a complete, executable specification for the Ruby programming language. ``` shell -make test-rubyspec +make test-spec ```