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 ```