ruby-changes:70807
From: Alan <ko1@a...>
Date: Tue, 11 Jan 2022 02:02:19 +0900 (JST)
Subject: [ruby-changes:70807] 04d9b6d2f9 (master): [DOC] Link to Ruby Spec and rephrase project goal
https://git.ruby-lang.org/ruby.git/commit/?id=04d9b6d2f9 From 04d9b6d2f9d486f3e75e6b352f517bb821982b23 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Mon, 10 Jan 2022 11:39:36 -0500 Subject: [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. --- doc/hacking.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/hacking.md b/doc/hacking.md index 0793f363c3a..e441a405549 100644 --- a/doc/hacking.md +++ b/doc/hacking.md @@ -93,10 +93,11 @@ You can run specific tests by specifying their path: https://github.com/ruby/ruby/blob/trunk/doc/hacking.md#L93 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/