[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.
This commit is contained in:
Alan Wu 2022-01-10 11:39:36 -05:00 коммит произвёл Benoit Daloze
Родитель c9325cb8cf
Коммит 04d9b6d2f9
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

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