Sha256: f3fc714824eea7f39e3908791f6850741597b40f6b2a6106eacbab53d3e50a7b

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

= RubySpec

RubySpec (http://ruby.github.io/rubyspec.github.io/) 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
       |    +-- bignum
       |    +-- ...
       |
       +-- fixtures    example classes for writing specs
       +-- language    specification for Ruby language itself
       +-- library     specification for standard libraries
            +-- addrev
            +-- ...

== How to run
:make target
  verifies all specs.
   $ make test-rubyspec
:mspec command
  verifies the specified spec.
   $ mspec {language|core|library}
   or
   $ mspec spec/path/to/some_spec.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-compiler-0.1.1 vendor/ruby/spec/README