[前][次][番号順一覧][スレッド一覧]

ruby-changes:70796

From: Nobuyoshi <ko1@a...>
Date: Sun, 9 Jan 2022 12:34:45 +0900 (JST)
Subject: [ruby-changes:70796] cc01ae591b (master): [DOC] test-spec would be preferable now

https://git.ruby-lang.org/ruby.git/commit/?id=cc01ae591b

From cc01ae591bba7ff11f5e83440d986df65b63c29a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 9 Jan 2022 12:34:11 +0900
Subject: [DOC] test-spec would be preferable now

---
 doc/hacking.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/hacking.md b/doc/hacking.md
index d4d01070703..2a2c6f0959d 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -81,5 +81,5 @@ make test-all TESTS=../test/fiber/test_io.rb https://github.com/ruby/ruby/blob/trunk/doc/hacking.md#L81
 RubySpec is a project to write a complete, executable specification for the Ruby programming language.
 
 ``` shell
-make test-rubyspec
+make test-spec
 ```
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]