aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/README8
1 files changed, 8 insertions, 0 deletions
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