aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 08:31:46 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-31 08:31:46 +0000
commit11d35f6723df8cccdad82bc4db901c0908041864 (patch)
tree291557aafe7ff375368d2eb1760fb01e8c06b5e3
parent7a4905583dbc3df670a77bbf5dba5fbbade6d455 (diff)
downloadruby-11d35f6723df8cccdad82bc4db901c0908041864.tar.gz
* spec/README (How to run): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--spec/README8
2 files changed, 12 insertions, 0 deletions
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) <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.
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