summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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