mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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:
parent
c9325cb8cf
commit
04d9b6d2f9
Notes:
git
2022-01-11 02:02:20 +09:00
1 changed files with 4 additions and 3 deletions
|
@ -93,10 +93,11 @@ You can run specific tests by specifying their path:
|
||||||
make test-all TESTS=../test/fiber/test_io.rb
|
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
|
The [Ruby Spec Suite](https://github.com/ruby/spec/) is a test suite
|
||||||
for the Ruby programming language.
|
that aims to provide an executable description for the behavior of the
|
||||||
|
language.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
make test-spec
|
make test-spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue