aboutsummaryrefslogtreecommitdiffstats
path: root/spec
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 /spec
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
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