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

* Makefile.in(test-rubyspec): explicitly executes run subcommand of

mspec.

* spec/README: typo fix

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2009-09-26 13:42:56 +00:00
parent 25f43f4ab1
commit 0ed8771a44
3 changed files with 9 additions and 2 deletions

View file

@ -25,6 +25,6 @@ and put it into this directory.
$ make test-rubyspec
:mspec command
verifies the specified spec.
$ mspec {language|core|language}
$ mspec {language|core|library}
or
$ mspec spec/path/to/some_spec.rb