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

* spec/README: update the description.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-05-24 22:13:14 +00:00
parent 9a7e295255
commit 6cbe0e0fd6
2 changed files with 10 additions and 5 deletions

View file

@ -1,15 +1,16 @@
= RubySpec
RubySpec (http://rubyspec.org) provides the Ruby language specification in an
executable format. The make task `update-rubyspec' retrieves the specification
and puts it into this directory.
RubySpec (http://rubyspec.org) provides the annotation of the Ruby
implementation in an executable format. The make task
`update-rubyspec' retrieves the specification and puts it into this
directory.
== Directory structure
spec
+-- mspec driver library for executing the specification.
+-- rubyspec
+-- core specification for core libraries
| +-- array
+-- core specification for core libraries
| +-- array
| +-- bignum
| +-- ...
|