summaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/README.md')
-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: