summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 10:14:01 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-17 10:14:01 +0000
commit5032f6377b68f01bef7bc0c8c58b3e7c375119a9 (patch)
tree5ce02b82716847d9270cd0a10fa076b9f7cb9e47
parent3993cd8058f7cc1032b289a357d31145f84427ac (diff)
spec/README.md: add a note about version guards
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--spec/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/README.md b/spec/README.md
index 60d4849f9c..6ab1589af9 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -19,6 +19,9 @@ In other words: If adding a spec might reveal a bug in
another implementation, then it is worth adding it.
Currently, the only module which is MRI-specific is `RubyVM`.
+Version guards (`ruby_version_is`) must be added for new features or features
+which change behavior or are removed. See `spec/ruby/CONTRIBUTING.md` for details.
+
## Running ruby/spec
To run all specs: