* spec/README (How to run): added.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-08-31 08:31:46 +00:00
Родитель 7a4905583d
Коммит 11d35f6723
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sun Aug 31 17:30:35 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* spec/README (How to run): added.
Sun Aug 31 17:28:25 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* spec/default.mspec (config): added.

Просмотреть файл

@ -22,3 +22,11 @@ and put it into this directory.
+-- library specification for standard libraries.
+-- addrev
+-- ...
= How to run
:make target
verifies all specs.
$ make test-rubyspec
:mspec command
verifies the specified spec.
$ mspec spec/path/to/some_spec.rb