From 11d35f6723df8cccdad82bc4db901c0908041864 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 31 Aug 2008 08:31:46 +0000 Subject: * spec/README (How to run): added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ spec/README | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f3f09b1cc..53f32b0cc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Aug 31 17:30:35 2008 Yuki Sonoda (Yugui) + + * spec/README (How to run): added. + Sun Aug 31 17:28:25 2008 Yuki Sonoda (Yugui) * spec/default.mspec (config): added. diff --git a/spec/README b/spec/README index 6daafe2479..cc41ae8edb 100644 --- a/spec/README +++ b/spec/README @@ -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 -- cgit v1.2.3