summaryrefslogtreecommitdiff
path: root/doc/hacking.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-09 12:34:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-09 12:34:11 +0900
commitcc01ae591bba7ff11f5e83440d986df65b63c29a (patch)
treebc61417e6babdca65003446b3263670e147f8581 /doc/hacking.md
parent8648457541ec016b1d9d305d9d3ea29fb93ca336 (diff)
[DOC] test-spec would be preferable now
Diffstat (limited to 'doc/hacking.md')
-rw-r--r--doc/hacking.md2
1 files changed, 1 insertions, 1 deletions
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
```