summaryrefslogtreecommitdiffstats
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
commit66e8c4e0124c626f98d2f6272bc64e00c535bf1d (patch)
tree291557aafe7ff375368d2eb1760fb01e8c06b5e3 /spec
parent268a357242aee849b859c047878bcc56ff63952a (diff)
downloadruby-66e8c4e0124c626f98d2f6272bc64e00c535bf1d.tar.gz
ruby-66e8c4e0124c626f98d2f6272bc64e00c535bf1d.tar.xz
ruby-66e8c4e0124c626f98d2f6272bc64e00c535bf1d.zip
* spec/README (How to run): added.
git-svn-id: http://svn.ruby-lang.org/repos/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 6daafe247..cc41ae8ed 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