diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-26 13:42:56 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-26 13:42:56 +0000 |
commit | ebc3af630ca0805759582b2becb528a5bf2ad58e (patch) | |
tree | a885887908ccdc2a03238a8c068ee81de7bb98b2 /spec/README | |
parent | 8a3d89ad5300593c6ca650784fc42dc42b6d8b46 (diff) | |
download | ruby-ebc3af630ca0805759582b2becb528a5bf2ad58e.tar.gz ruby-ebc3af630ca0805759582b2becb528a5bf2ad58e.tar.xz ruby-ebc3af630ca0805759582b2becb528a5bf2ad58e.zip |
* Makefile.in(test-rubyspec): explicitly executes run subcommand of
mspec.
* spec/README: typo fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/README')
-rw-r--r-- | spec/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/README b/spec/README index 3ba87445e..786aa5b78 100644 --- a/spec/README +++ b/spec/README @@ -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 |