1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] test-spec would be preferable now

This commit is contained in:
Nobuyoshi Nakada 2022-01-09 12:34:11 +09:00
parent 8648457541
commit cc01ae591b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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-rubyspec
make test-spec
```