summaryrefslogtreecommitdiff
path: root/doc/hacking.md
diff options
context:
space:
mode:
authorSamuel Williams <[email protected]>2022-01-09 12:06:20 +1300
committerGitHub <[email protected]>2022-01-09 12:06:20 +1300
commit8648457541ec016b1d9d305d9d3ea29fb93ca336 (patch)
tree6f4591aeb208fcd4382749987e16cb79d53e3e82 /doc/hacking.md
parent33cc8816bea87e99edfa5488479172597101dc65 (diff)
Don't combine test-all and rubyspec.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5420 Merged-By: ioquatix <[email protected]>
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 5bbb04b176..d4d0107070 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-all test-rubyspec
+make test-rubyspec
```