summaryrefslogtreecommitdiff
path: root/doc/hacking.md
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-01-10 11:39:36 -0500
committerBenoit Daloze <eregontp@gmail.com>2022-01-10 18:02:00 +0100
commit04d9b6d2f9d486f3e75e6b352f517bb821982b23 (patch)
tree58715e038f1e5c243dca867a129db7141aedb15a /doc/hacking.md
parentc9325cb8cf38233e3e9ff7e521d56bc427e5c758 (diff)
[DOC] Link to Ruby Spec and rephrase project goal
The word "specification" can be confusing as it might make readers assume that the Ruby Spec Suite is a specification similar to an ISO specification. Avoid the word and link to the project so curious parties could read more about the project.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5423
Diffstat (limited to 'doc/hacking.md')
-rw-r--r--doc/hacking.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/hacking.md b/doc/hacking.md
index 0793f363c3..e441a40554 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -93,10 +93,11 @@ You can run specific tests by specifying their path:
make test-all TESTS=../test/fiber/test_io.rb
```
-### Run RubySpec Tests
+### Run Ruby Spec Suite Tests
-RubySpec is a project to write a complete, executable specification
-for the Ruby programming language.
+The [Ruby Spec Suite](https://github.com/ruby/spec/) is a test suite
+that aims to provide an executable description for the behavior of the
+language.
``` shell
make test-spec